Updated App Layout using new Component
This commit is contained in:
parent
ebc3a26fc8
commit
5e5b901bf4
2 changed files with 9 additions and 5 deletions
|
|
@ -18,7 +18,9 @@ export default function RootLayout({
|
|||
<html lang="en">
|
||||
<body className={`antialiased`}> {/* className=${geistSans.variable} ${geistMono.variable} */}
|
||||
<Header/>
|
||||
{children}
|
||||
<div className="flex min-h-screen bg-zinc-200 font-sans dark:bg-slate-800">
|
||||
{children}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue