Skip to content

✍🏻 Feat: Add "Terms of Service" and "Privacy Policy" pages to the footer (#75)#92

Open
nitishchaubeyy wants to merge 1 commit into
indresh404:mainfrom
nitishchaubeyy:feat/footer-legal-pages
Open

✍🏻 Feat: Add "Terms of Service" and "Privacy Policy" pages to the footer (#75)#92
nitishchaubeyy wants to merge 1 commit into
indresh404:mainfrom
nitishchaubeyy:feat/footer-legal-pages

Conversation

@nitishchaubeyy
Copy link
Copy Markdown
Contributor

Description

Resolves #75

This PR introduces the "Terms of Service" and "Privacy Policy" pages to the application and integrates them directly into the public footer using client-side routing.

🚀 Changes Made:

  • Created two new responsive page components (Terms.jsx and Privacy.jsx) designed to fully support both Light and Dark mode themes seamlessly.
  • Registered /terms and /privacy routes within AppRoutes.jsx.
  • Replaced the dead # anchor tags in PublicFooter.jsx with React Router <Link> components, enabling fast, seamless client-side navigation.

🧪 Testing Done:

  • Verified that clicking "Terms of Service" in the footer instantly navigates to the new terms page.
  • Verified that clicking "Privacy Policy" in the footer instantly navigates to the new privacy page.
  • Confirmed both new pages look great on mobile and desktop and adapt correctly to the global theme toggle.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ranker-hub Ready Ready Preview, Comment May 30, 2026 9:59pm

@github-actions github-actions Bot added enhancement New feature or request frontend Frontend related changes (HTML/CSS/JS/React) gssoc GirlScript Summer of Code gssoc26 GirlScript Summer of Code 2026 nsoc NSoC NSoC'26 NSoC 2026 pending-review PR is pending review labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request frontend Frontend related changes (HTML/CSS/JS/React) gssoc GirlScript Summer of Code gssoc26 GirlScript Summer of Code 2026 nsoc NSoC NSoC'26 NSoC 2026 pending-review PR is pending review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add "Terms of Service" and "Privacy Policy" pages to the footer

1 participant