diff --git a/components/ui/Layout.tsx b/components/ui/Layout.tsx index d1446e1..3ff6558 100644 --- a/components/ui/Layout.tsx +++ b/components/ui/Layout.tsx @@ -4,10 +4,10 @@ import Navbar from './Navbar'; const Layout: FC<{ children: ReactNode }> = ({ children }) => { return (
-
- -
-
{children}
+ +
+ {children} +
); }; diff --git a/components/ui/Navbar.tsx b/components/ui/Navbar.tsx index a75639f..47ebece 100644 --- a/components/ui/Navbar.tsx +++ b/components/ui/Navbar.tsx @@ -42,10 +42,10 @@ const Navbar = () => { ]; return ( -