Skip to content

Commit

Permalink
Link to token page from account balances
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 6, 2024
1 parent cc736a7 commit 281cc49
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
<img class="h-5 w-5" src={balance.metadata?.logo} alt="LOGO" />
{/if}
</div>
<span>{balance.asset.symbol.name}</span>
<a
href={`/${context.network}/token/${balance.contract}/${balance.asset.symbol.name}`}
>
{balance.asset.symbol.name}
</a>
</div>
</td>
<td>
Expand Down

0 comments on commit 281cc49

Please sign in to comment.