Skip to content

Commit

Permalink
update href
Browse files Browse the repository at this point in the history
  • Loading branch information
joeetwork committed Dec 10, 2023
1 parent 3550455 commit 7347053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/account/[account]/tokens/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
>
<a
class="mb-4 grid grid-cols-12 items-center gap-3 rounded-lg border px-3 py-2 hover:border-primary"
href="/token/{token.mint}"
href="/token/{token.id}"
>
<div class="col-span-2 p-1 md:col-span-1">
<!-- background so that if it doesn't load you dont' get ugly no image icons -->
Expand Down

0 comments on commit 7347053

Please sign in to comment.