Updated App Layout using new Component

This commit is contained in:
Hannah 2026-03-04 05:29:59 +01:00
commit 5e5b901bf4
2 changed files with 9 additions and 5 deletions

View file

@ -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>
);