diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 751dd26..67f9179 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,7 @@ export default function RootLayout({ -
{children}
+
{children}
diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 7531d01..1dbb7b8 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -19,7 +19,7 @@ export function Navbar() { const { setTheme } = useTheme() return ( -
+
@@ -55,14 +55,14 @@ export function Navbar() { - +