We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f594624 commit 6313ac4Copy full SHA for 6313ac4
app/[locale]/dashboard/layout.tsx
@@ -12,13 +12,13 @@ interface DashboardLayoutProps {
12
export default function Layout({ children }: DashboardLayoutProps) {
13
return (
14
<div className="flex h-full grow flex-col">
15
- <header className="relative z-2 p-6 lg:px-10 lg:py-6 bg-primaryBlue">
16
- <MainNav />
17
- </header>
18
- <>{children}</>
19
- <footer>
20
- <MainFooter />
21
- </footer>
22
- </div>
+ <header className="relative z-2 bg-primaryBlue ">
+ <MainNav />
+ </header>
+ <>{children}</>
+ <footer>
+ <MainFooter />
+ </footer>
+ </div>
23
);
24
}
0 commit comments