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 && (