From 4808af206346969a8ab2c26fe5c665dccbc2887c Mon Sep 17 00:00:00 2001 From: Adam Sobotka Date: Sat, 12 Nov 2022 10:22:44 +0100 Subject: [PATCH] design fix --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ffb6d8a..5e72fd2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -99,7 +99,7 @@ export function App() { return b.network == network; }); //console.log(filteredBalance[0].quota.batch); - return (`Get ${filteredBalance[0].quota.batch} Tokens`); + return (`Get ${filteredBalance[0].quota.batch} ${network} ETH`); } return ( @@ -145,7 +145,7 @@ export function App() { checked={network == "goerli"} onChange={() => setNetwork("goerli")} /> -
+
GOERLI
@@ -158,7 +158,7 @@ export function App() { checked={network == "sepolia"} onChange={() => setNetwork("sepolia")} /> -
+
SEPOLIA