diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 661d4b0..0a57f9e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -207,13 +207,13 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {/* {children} */} - + <> diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 97b0a19..66f1bd3 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -45,11 +45,11 @@ export default function Navbar() {
- - - - - + + + + +