diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index c0fb33a1..eeb2dfc9 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -107,6 +107,7 @@ export default function AppShell({ children }: Props) { const currentProductNavigation: Readonly<{ navigation: ProductNavigationItems; + showGlobalNav: boolean; title: string; }> = (() => { const path = router.pathname; @@ -128,39 +129,41 @@ export default function AppShell({ children }: Props) { return (
{/* Narrow sidebar */} -
-
-
- - Tech Interview Handbook - -
-
- {GlobalNavigation.map((item) => ( - -
-
+ )} {/* Mobile menu */}