From b2253d9b2dde0bbb6f447aa81f90d31a010a16e8 Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:47:38 -0500 Subject: [PATCH] Navbar Small Fix --- src/app/layout.tsx | 2 +- src/components/navbar.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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() { - +