diff --git a/frontend/src/components/Landing/index.tsx b/frontend/src/components/Landing/index.tsx index ce04867..231aa6f 100644 --- a/frontend/src/components/Landing/index.tsx +++ b/frontend/src/components/Landing/index.tsx @@ -4,10 +4,10 @@ import Navbar from '@/components/Navbar'; const Landing = () => { return (
- +
diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 3f25de9..7dee43d 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,7 +4,7 @@ import React from 'react'; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
+
{children}