diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 58a05a3..93a502e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -21,7 +21,7 @@ const App = () => { <>
{/* Navbar Component */} - {location.pathname !== '/profile' && } + {location.pathname !== '/profile' && } {/* Routing between pages */} diff --git a/frontend/src/components/FormLogin.jsx b/frontend/src/components/FormLogin.jsx index 38f61d3..39897ea 100644 --- a/frontend/src/components/FormLogin.jsx +++ b/frontend/src/components/FormLogin.jsx @@ -67,7 +67,7 @@ const FormLogin = ({children}) => { {children}
- + );