From cd6a13ac2902d7293b368cf29f1d8402b4c45c81 Mon Sep 17 00:00:00 2001 From: RedBeardEth <90423049+RedBeardEth@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:29:37 +1100 Subject: [PATCH 1/2] merge next --- landing/.env.production | 2 +- landing/src/components/modules/bridge-in.tsx | 4 +-- .../components/modules/bridge-out-step-1.tsx | 11 ++++++-- .../components/modules/bridge-out-step-2.tsx | 2 +- landing/src/components/modules/swap-panel.tsx | 6 ++--- .../modules/top-navigation-view.tsx | 4 +-- pnpm-lock.yaml | 26 +++++++++---------- 7 files changed, 31 insertions(+), 24 deletions(-) diff --git a/landing/.env.production b/landing/.env.production index 274f81afc..78490c98a 100644 --- a/landing/.env.production +++ b/landing/.env.production @@ -4,7 +4,7 @@ VITE_PUBLIC_WORLD_ADDRESS="0x5013b17c43a2b664ec2a38aa45f6d891db1188622ec7cf32041 VITE_PUBLIC_ACCOUNT_CLASS_HASH="0x07dc7899aa655b0aae51eadff6d801a58e97dd99cf4666ee59e704249e51adf2" VITE_PUBLIC_FEE_TOKEN_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7 -VITE_PUBLIC_TORII=https://eternum.glihm.xyz/ +VITE_PUBLIC_TORII=https://eternum.glihm.xyz VITE_PUBLIC_NODE_URL=https://api.cartridge.gg/x/starknet/mainnet VITE_PUBLIC_DEV=false VITE_PUBLIC_GAME_VERSION="v1.0.0-rc0" diff --git a/landing/src/components/modules/bridge-in.tsx b/landing/src/components/modules/bridge-in.tsx index fefbc173e..fe9b56cdc 100644 --- a/landing/src/components/modules/bridge-in.tsx +++ b/landing/src/components/modules/bridge-in.tsx @@ -170,7 +170,7 @@ export const BridgeIn = () => { return ( <> -
+

@@ -226,7 +226,7 @@ export const BridgeIn = () => {
To Realm
setRealmEntityId(value)}> - + {address ? :
-- Connect your wallet --
}
diff --git a/landing/src/components/modules/bridge-out-step-2.tsx b/landing/src/components/modules/bridge-out-step-2.tsx index 50c118374..1824a9eec 100644 --- a/landing/src/components/modules/bridge-out-step-2.tsx +++ b/landing/src/components/modules/bridge-out-step-2.tsx @@ -134,7 +134,7 @@ export const BridgeOutStep2 = () => { return ( <> -
+

diff --git a/landing/src/components/modules/swap-panel.tsx b/landing/src/components/modules/swap-panel.tsx index 62fc18fc0..f2117847d 100644 --- a/landing/src/components/modules/swap-panel.tsx +++ b/landing/src/components/modules/swap-panel.tsx @@ -21,13 +21,13 @@ export const SwapPanel = () => { Bridge Out (Finish) - + - + - + diff --git a/landing/src/components/modules/top-navigation-view.tsx b/landing/src/components/modules/top-navigation-view.tsx index caf1af4ed..a1b0c6fa2 100644 --- a/landing/src/components/modules/top-navigation-view.tsx +++ b/landing/src/components/modules/top-navigation-view.tsx @@ -56,7 +56,7 @@ export const TopNavigationView = ({ onClick={() => { window.open("https://eternum.realms.world", "_blank"); }} - className="gap-2" + className="gap-2 hidden sm:flex" > Play Eternum @@ -92,7 +92,7 @@ export const TopNavigationView = ({ {isConnected ? (