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 */}