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..f684d22 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,10 +4,14 @@ import React from 'react'; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
+
- {children} -
+ +
+ {children} +
+
+
); }; diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 8e3f161..733362a 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -12,7 +12,7 @@ const Navbar = () => { }, []); return ( -