This commit is contained in:
Janis
2022-12-19 01:12:11 +01:00
parent 8a8ea32c34
commit 8ac23deb65
8 changed files with 101 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html>
<html style={{ scrollBehavior: "smooth" }}>
<head></head>
<body>
<header>