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 && ( -
- )} + )} +
)