diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index a0a44b84..b1191d45 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -136,7 +136,7 @@ export default function AppShell({ children }: Props) { return ( -
+
{/* Narrow sidebar */} {currentProductNavigation.showGlobalNav && (
@@ -183,9 +183,10 @@ export default function AppShell({ children }: Props) { setIsShown={setMobileMenuOpen} /> {/* Content area */} -
-
-
+
+ {/* Navigation Bar */} +
+
- - {/* Main content */} -
- {children} -
+ {/* Main Content */} +
{children}
diff --git a/apps/portal/src/pages/_document.tsx b/apps/portal/src/pages/_document.tsx index 69112ab2..016ecd1a 100644 --- a/apps/portal/src/pages/_document.tsx +++ b/apps/portal/src/pages/_document.tsx @@ -2,9 +2,9 @@ import { Head, Html, Main, NextScript } from 'next/document'; export default function Document() { return ( - + - +