Skip to content

Commit

Permalink
fix: fixing the tokenpocket page
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Sep 21, 2024
1 parent 933cad6 commit 0b82b45
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/routes/[network]/(account)/tokenpocket/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import Pageheader from '$lib/components/pageheader.svelte';
import Stack from '$lib/components/layout/stack.svelte';
import Button from '$lib/components/button/button.svelte';
let { data } = $props();
</script>

<Stack>
Expand Down Expand Up @@ -50,7 +52,10 @@
</li>
<li>
<h2 class="mb-2 text-xl font-semibold">Visit the Welcome Page</h2>
<p class="mb-2">Visit the TokenPocket <a href="/en/{data.chain.network}/welcome/tokenpocker"></a>welcome page</a> for next steps.</p>
<p class="mb-2">
Visit the TokenPocket <a href="/en/{data.network}/welcome/tokenpocker">welcome page</a> for
next steps.
</p>
</li>
</ol>

Expand All @@ -66,5 +71,5 @@
<li>Active community and support for troubleshooting</li>
</ul>
</div>
</div></Stack
>
</div>
</Stack>

0 comments on commit 0b82b45

Please sign in to comment.