Improve ux link token logo to token show page

This commit is contained in:
Jesse C. Fisher 2023-11-11 16:29:08 +00:00
parent a1d01f0016
commit b696190181

View File

@ -26,7 +26,8 @@
- @tokens.each do |token|
%tr
%td
%img.token-logo{src: token.logo_url}
= link_to token do
%img.token-logo{src: token.logo_url}
%td= link_to token.canister_id, token
%td= token.standard
%td= token.symbol