diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index 20306d7f..fbdfa6aa 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -33,7 +33,7 @@ function ProfileJewel() { if (session == null) { return ( { event.preventDefault(); @@ -169,7 +169,6 @@ export default function AppShell({ children }: Props) { )} - {/* Mobile menu */} - {/* Content area */}
diff --git a/apps/portal/src/components/global/ProductNavigation.tsx b/apps/portal/src/components/global/ProductNavigation.tsx index effb232c..6b6b857c 100644 --- a/apps/portal/src/components/global/ProductNavigation.tsx +++ b/apps/portal/src/components/global/ProductNavigation.tsx @@ -27,10 +27,14 @@ export default function ProductNavigation({ items, title, titleHref }: Props) { return (