From f50f097117476fb17a01ea3c90da30e86bdcabbe Mon Sep 17 00:00:00 2001 From: notV4l Date: Mon, 11 Nov 2024 10:36:22 +0100 Subject: [PATCH] fix button --- web/src/components/icons/branding/Ekubo.tsx | 2 +- web/src/pages/game/[gameModeName].tsx | 22 ++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/components/icons/branding/Ekubo.tsx b/web/src/components/icons/branding/Ekubo.tsx index d10e4a33..db85fc15 100644 --- a/web/src/components/icons/branding/Ekubo.tsx +++ b/web/src/components/icons/branding/Ekubo.tsx @@ -13,7 +13,7 @@ export const Ekubo = (props: IconProps) => { /> - + diff --git a/web/src/pages/game/[gameModeName].tsx b/web/src/pages/game/[gameModeName].tsx index 5236582a..bd439b64 100644 --- a/web/src/pages/game/[gameModeName].tsx +++ b/web/src/pages/game/[gameModeName].tsx @@ -128,18 +128,18 @@ const New = observer(() => { {gameMode == GameMode.Ranked && ( <> - {balance > 1000n * ETHER ? ( - - ) : ( + + {/* ) : ( <>{selectedChain.name != "MAINNET" && } - )} + )} */} )} {gameMode == GameMode.Noob && (