From 290836be030ec9c9540719f0bc4140e030b07cce Mon Sep 17 00:00:00 2001 From: Gopika0305 <2k23cse050@kiot.ac.in> Date: Fri, 24 Jan 2025 11:13:50 +0530 Subject: [PATCH] fix: first commit --- frontend/src/App.jsx | 2 +- frontend/src/components/FormLogin.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}
- + );