From 7aa44b3363f0c72dfa3ade1b326f8a21f2ef8081 Mon Sep 17 00:00:00 2001 From: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:07:12 -0500 Subject: [PATCH] feat: add icons to popular tokens --- src/components/AddTokenDialog.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/AddTokenDialog.js b/src/components/AddTokenDialog.js index dcc3790..1dc8a61 100644 --- a/src/components/AddTokenDialog.js +++ b/src/components/AddTokenDialog.js @@ -259,16 +259,16 @@ function TokenListItem({ - {tokenName ?? abbreviateAddress(mintAddress)} - {tokenSymbol ? ` (${tokenSymbol})` : null} - + target="_blank" + rel="noopener" + href={ + `https://explorer.solana.com/account/${mintAddress}` + + urlSuffix + } + > + {tokenName ?? abbreviateAddress(mintAddress)} + {tokenSymbol ? ` (${tokenSymbol})` : null} + } /> {open ? : }