diff --git a/src/components/MarketStats.vue b/src/components/MarketStats.vue
index dbde34965..a087c83fb 100644
--- a/src/components/MarketStats.vue
+++ b/src/components/MarketStats.vue
@@ -4,7 +4,9 @@
Current {{ selectedNetwork }} Stats
- -
+
-
Price:
@@ -17,7 +19,9 @@
- -
+
-
Marketcap:
@@ -53,6 +57,8 @@ const selectedNetwork = `${NETWORK_NAME
.charAt(0)
.toUpperCase()}${NETWORK_NAME.slice(1).toLowerCase()}`
+const isMainnet = NETWORK_NAME.toLowerCase() === 'mainnet'
+
const {
price,
priceChange,