The navigation bar is currently visible on the Signup and Signin pages, which affects the overall user experience and layout consistency.
Screenshot

Expected Behavior
- The Navbar should not be visible on authentication pages such as Signup and Signin.
- Users should only see the authentication form without extra navigation elements.
Actual Behavior
- The Navbar is displayed on these pages, leading to UI inconsistency.
Possible Solution
This can be resolved by conditional rendering.
- Render the
Navbar component only when the current route is not /signin or /signup.
I would like to work on this if you could assign this to me under gssoc25
The navigation bar is currently visible on the Signup and Signin pages, which affects the overall user experience and layout consistency.
Screenshot
Expected Behavior
Actual Behavior
Possible Solution
This can be resolved by conditional rendering.
Navbarcomponent only when the current route is not/signinor/signup.I would like to work on this if you could assign this to me under gssoc25