This commit is contained in:
Janis
2022-12-21 02:02:29 +01:00
parent 06c04efcfc
commit 348ba019c1
4 changed files with 176 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export default function RootLayout({
return (
<html style={{ scrollBehavior: "smooth" }}>
<head></head>
<body>
<body className="theme-dark">
<header>
<Nav />
</header>