Skip to content

Navbar Visibility on Signup and Signin Pages #646

@sahith-sys

Description

@sahith-sys

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

Screenshot

Navbar Issue 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions