diff --git a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 455c747b..71d0f7ac 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -43,6 +43,10 @@ const IconWrapper = styled.div` margin-right: 10px; `; +const LogoWrapper = styled.div` + margin-right: 3px; +`; + const RowCoin = ({ coin, iconLeft, iconRight, }) => ( @@ -59,7 +63,9 @@ const RowCoin = ({ )} - + + +

{coin.name}