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
Issue:
On the About page, the Home link in the navbar is not navigating to the Home page.
Description :
When clicking on the Home link in the navbar, nothing happens, and the user is not redirected to the home page. However, the About and Build Resume links are working as expected.
To Reproduce :
Steps to reproduce the behavior:
Go to the about page.
Click on the Home link in navbar.
Observe that there is no redirection or action.
Expected behavior :
On clicking the Home link, the user should be redirected to the home page.
Screenshots :
Environment:
Device : PC
OS : Windows 11
Browser : Chrome
Possible Solution :
Check if the href attribute of the Home link points to the correct path.
Verify if the click event listener for the Home link is correctly defined.
The text was updated successfully, but these errors were encountered:
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
changed the title
Home Link in Navbar Not Navigating to Home Page.
On the About page, the Home link in the navbar is not navigating to the Home page.
Oct 31, 2024
Issue:
On the About page, the Home link in the navbar is not navigating to the Home page.
Description :
When clicking on the Home link in the navbar, nothing happens, and the user is not redirected to the home page. However, the About and Build Resume links are working as expected.
To Reproduce :
Steps to reproduce the behavior:
Expected behavior :
On clicking the Home link, the user should be redirected to the home page.
Screenshots :
Environment:
Possible Solution :
Check if the
href
attribute of the Home link points to the correct path.Verify if the click event listener for the Home link is correctly defined.
The text was updated successfully, but these errors were encountered: