Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar links are not working on the Login page #935

Closed
hbSrujana opened this issue Oct 29, 2024 · 3 comments · May be fixed by #944
Closed

Navbar links are not working on the Login page #935

hbSrujana opened this issue Oct 29, 2024 · 3 comments · May be fixed by #944

Comments

@hbSrujana
Copy link

[Bug]: Navbar links are not working on the Login page.

Description:
On the Login page, the navbar links are not functioning as expected. When a user clicks on any element (e.g., Home, AboutUs, Resume, SignUp, and Login), the page is not navigating to the respective section or route.

Steps to Reproduce :

  1. Go to the Login page.
  2. Click on any element in the navbar (e.g., Home, About).
  3. Observe that the page does not navigate to the corresponding route or section.

Expected Behavior :
When a user clicks on the navbar items, the respective pages should open, or they should be redirected to the correct section.

Actual Behavior:
Clicking on any element in the navbar has no effect; the page remains on the Login page.

Screenshots (if any) :
Screenshot 2024-10-29 225259

Possible Solution :

  1. Ensure that the links in the navbar have the correct href or to attributes pointing to valid routes.
  2. If the project uses React Router, ensure that the Link component is used correctly inside the navbar.
  3. Verify that the event handlers in the navbar are not blocked by JavaScript or other scripts.

Environment Details :
Browser : Chrome
Device : Desktop
OS : Windows 11

@hbSrujana
Copy link
Author

Hey! I'd like to work on this issue. Please assign it to me. I'm currently working on the fix and will submit a PR soon.

@hbSrujana
Copy link
Author

@GarimaSingh0109 could you please review my PR? 😊

@Coder-Harsha-2805
Copy link

Hey! I'd like to work on this issue. Please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants