From 7010e6519bc9a66cec80af1cc92f19f5740f6e5b Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Tue, 24 Feb 2026 11:13:44 +0100 Subject: [PATCH] feat: add Swedish flag + social icons to mobile menu footer --- src/Header/Nav/index.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Header/Nav/index.tsx b/src/Header/Nav/index.tsx index c9e1e1b..4db9a27 100644 --- a/src/Header/Nav/index.tsx +++ b/src/Header/Nav/index.tsx @@ -441,16 +441,17 @@ export const HeaderNav: React.FC<{ data: HeaderType; socialLinks?: SocialLinkDat })} - {/* ── Social icons row at bottom of mobile menu ── */} - {socialLinks.length > 0 && ( -
+ {/* ── Mobile menu footer: flag left, social icons right ── */} +
+ + {socialLinks.length > 0 && ( -
- )} + )} +
)