From bf8c23687f1be572a6f6630f36587f3e4db01198 Mon Sep 17 00:00:00 2001 From: Nikolai Kryshnev Date: Sat, 28 Dec 2024 21:46:14 +0300 Subject: [PATCH] fix: fixed menu display on tablets --- .../components/base-org/shared/TopNavigation/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/base-org/shared/TopNavigation/index.tsx b/apps/web/src/components/base-org/shared/TopNavigation/index.tsx index 774090dff6..32ab59d355 100644 --- a/apps/web/src/components/base-org/shared/TopNavigation/index.tsx +++ b/apps/web/src/components/base-org/shared/TopNavigation/index.tsx @@ -99,26 +99,26 @@ export default function TopNavigation() { const showGasDropdownAndConnectWallet = !cryptoExcludedPaths.includes(pathname ?? ''); return ( -