diff --git a/app/components/Wallet/Wallet.js b/app/components/Wallet/Wallet.js index c565683c..88c35211 100644 --- a/app/components/Wallet/Wallet.js +++ b/app/components/Wallet/Wallet.js @@ -49,6 +49,7 @@ const Wallet = ({
+ {info.data.testnet && Testnet}
diff --git a/app/components/Wallet/Wallet.scss b/app/components/Wallet/Wallet.scss index 8cb8ce1d..17a7e05a 100644 --- a/app/components/Wallet/Wallet.scss +++ b/app/components/Wallet/Wallet.scss @@ -13,9 +13,23 @@ flex-direction: row; justify-content: space-between; - .logo span svg { - width: 64px; - height: 24px; + .logo span { + line-height: 24px; + + svg { + width: 64px; + height: 24px; + vertical-align: top; + } + } + + .testnetPill { + margin-left: 10px; + // border: 1px solid rgb(57, 230, 115); + // padding: 5px 15px; + font-size: 10px; + border-radius: 100px; + color: rgb(57, 230, 115); } .user {