diff --git a/src/components/Layout/MainLayout.tsx b/src/components/Layout/MainLayout.tsx index 0b4fd7d4..d3c7f63b 100644 --- a/src/components/Layout/MainLayout.tsx +++ b/src/components/Layout/MainLayout.tsx @@ -6,7 +6,7 @@ import Navbar from './Navbar'; const MainLayout = ({ children }: PropsWithChildren) => ( <> -
+
{children}