You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 :
Go to the Login page.
Click on any element in the navbar (e.g., Home, About).
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) :
Possible Solution :
Ensure that the links in the navbar have the correct href or to attributes pointing to valid routes.
If the project uses React Router, ensure that the Link component is used correctly inside the navbar.
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
The text was updated successfully, but these errors were encountered:
[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 :
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) :
Possible Solution :
Environment Details :
Browser : Chrome
Device : Desktop
OS : Windows 11
The text was updated successfully, but these errors were encountered: