From 86e674cf9e31118c6c52067a27b9c4e8e69cf8a0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Jun 2026 14:09:44 +0800 Subject: [PATCH] fix(ui): pin iwooos shortcut in mobile header --- apps/web/src/components/layout/header.tsx | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/apps/web/src/components/layout/header.tsx b/apps/web/src/components/layout/header.tsx index 1bad8204e..a4046cf09 100644 --- a/apps/web/src/components/layout/header.tsx +++ b/apps/web/src/components/layout/header.tsx @@ -55,6 +55,8 @@ export function Header({ }, [locale, pathname]) const brandWidth = compact ? 64 : sidebarCollapsed ? 64 : 224 + const iwooosHref = `/${locale}/iwooos` + const iwooosActive = pathname === iwooosHref || pathname.startsWith(`${iwooosHref}/`) return (
)} + {compact && ( + + + )} + {/* Page title */}