From c5691edad0e30798a2ba7f9123a079f7ba6f2e5c Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:00:28 +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 6eebcd3572..50398a0c6b 100644 --- a/apps/web/src/components/base-org/shared/TopNavigation/index.tsx +++ b/apps/web/src/components/base-org/shared/TopNavigation/index.tsx @@ -176,26 +176,26 @@ export default function TopNavigation() { const showGasDropdownAndConnectWallet = !cryptoExcludedPaths.includes(pathname ?? ''); return ( -