Skip to content

Fix: Update footer links for Privacy Policy and Terms of Service (Fixes #1509)#1713

Merged
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
sahitya0xsingh:fix-footer-links-1509
Jul 18, 2026
Merged

Fix: Update footer links for Privacy Policy and Terms of Service (Fixes #1509)#1713
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
sahitya0xsingh:fix-footer-links-1509

Conversation

@sahitya0xsingh

@sahitya0xsingh sahitya0xsingh commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR fixes the broken footer links for Privacy Policy and Terms of Service by pointing them to the correct HTML files.

Changes

  • Updated the footer links in web-app/index.html
  • Changed href="#" for Privacy Policy to href="privacy-policy.html"
  • Changed href="#" for Terms of Service to href="terms-condition.html"

Why

The links in the footer were previously hardcoded as href="#", which caused them to act as jump links to the top of the current page instead of navigating to the actual policy pages that exist in the repository.

Security Considerations

  • No new external resources or scripts were added.
  • Only existing local HTML files are linked.

Verification

Visual

  • Privacy Policy link navigates correctly.
  • Terms of Service link navigates correctly.

Browser Console

  • No console errors related to navigation.

Network

  • privacy-policy.html loads successfully (HTTP 200).
  • terms-condition.html loads successfully (HTTP 200).

Testing

Verified the changes on:

  • Main page (index.html)

Related Issue

Closes #1509

@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown

@Sahitya0805 is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

@steam-bell-92 steam-bell-92 added level:beginner gssoc:approved GSSoC 2026 approving tag labels Jul 18, 2026
@steam-bell-92
steam-bell-92 merged commit ad14c09 into steam-bell-92:main Jul 18, 2026
3 of 4 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Thank you for your contribution!

Your Pull Request has been merged successfully.
Thanks again for your support! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC 2026 approving tag level:beginner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Bug]: "Privacy Policy" and "Terms of Service" links in the footer don't work

3 participants