Bug Description
The Privacy option in the navigation bar does not navigate users directly to the Privacy page. Instead, it scrolls to the footer section where another Privacy link is displayed, requiring an additional click to access the Privacy page.
Steps to Reproduce
- Go to: Home page
- Click on: "Privacy" in the navigation bar
- Expected Outcome: The Privacy page should open directly.
- Actual Outcome: The page scrolls to the footer, where the user must click the Privacy link again to open the Privacy page.
Expected Behavior
Clicking the Privacy option in the navigation bar should directly navigate users to the Privacy page (/privacy) without requiring additional interactions.
Screenshots
Possible Fix
Update the navbar Privacy link to route directly to /privacy using React Router's Link or NavLink component instead of scrolling to the footer section.
System Information
- Operating System: Windows
- Browser/Device: Chrome
Are you contributing under an open-source program?
GSSoC 2026
Bug Description
The Privacy option in the navigation bar does not navigate users directly to the Privacy page. Instead, it scrolls to the footer section where another Privacy link is displayed, requiring an additional click to access the Privacy page.
Steps to Reproduce
Expected Behavior
Clicking the Privacy option in the navigation bar should directly navigate users to the Privacy page (
/privacy) without requiring additional interactions.Screenshots
Possible Fix
Update the navbar Privacy link to route directly to
/privacyusing React Router'sLinkorNavLinkcomponent instead of scrolling to the footer section.System Information
Are you contributing under an open-source program?
GSSoC 2026