From d1af76f444bd3ff6751dd93baa082a3fad522607 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 1 May 2026 16:16:09 +0300 Subject: [PATCH] fix(web): remove ArrowRightLeft icon from trading button + match bottom tab bar to pre-login design - Remove ArrowRightLeft icon from desktop nav Trading dropdown button - Bottom tab bar: add max-w-md mx-auto (centered) and bump z-index to z-50 to match MobileHomeLayout Co-Authored-By: Claude Sonnet 4.6 --- web/src/components/AppLayout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/components/AppLayout.tsx b/web/src/components/AppLayout.tsx index e4cd18dc..c8665111 100644 --- a/web/src/components/AppLayout.tsx +++ b/web/src/components/AppLayout.tsx @@ -299,7 +299,6 @@ const AppLayout: React.FC = () => { onClick={(e) => { e.stopPropagation(); setOpenMenu(openMenu === 'hdr-trading' ? null : 'hdr-trading'); }} className="flex items-center gap-1.5 px-3 py-1.5 rounded-lg bg-gray-900/70 border border-red-500/30 text-sm text-gray-300 hover:text-white transition-colors whitespace-nowrap" > - {t('nav.trading')} @@ -633,8 +632,8 @@ const AppLayout: React.FC = () => { {/* ── BOTTOM TAB BAR ── */} -
-
+
+
navigate('/')} /> navigate('/be-citizen')} accent /> navigate('/dashboard')} />