feat: add Privacy Policy page and update footer link (#192)#237
Conversation
|
Hey @bm0213! Saw your work on GSSoC 2026. We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal. We have 67 unassigned GSSoC issues open. 19 are marked Karanjot, TermUI maintainer |
|
Hi @Karanjot786! Thanks for reaching out. |
There was a problem hiding this comment.
Pull request overview
Adds a dedicated Privacy Policy page to the React frontend and wires it into routing so users can access it from the landing page footer, addressing the missing legal/compliance content requested in issue #192.
Changes:
- Added a new
PrivacyPolicypublic page with the listed sections. - Registered a new
/privacy-policyroute under the public routes. - Updated the landing page footer’s “Privacy Policy” link to point to
/privacy-policy.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| RestroHub-FrontEnd/src/routes/index.jsx | Adds the /privacy-policy route and imports the new page component. |
| RestroHub-FrontEnd/src/pages/public/PrivacyPolicy.jsx | Introduces the new Privacy Policy page UI/content. |
| RestroHub-FrontEnd/src/pages/public/Landing.jsx | Updates footer link target to navigate to the Privacy Policy page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hii @bm0213 , |
|
@bm0213 Thanks for your contribution |
What changed?
Added a missing Privacy Policy page to the website.
Changes Made:
src/pages/public/PrivacyPolicy.jsxwith 7 sections/privacy-policyroute insrc/routes/index.jsxLanding.jsxfrom#to/privacy-policySections Included:
Screenshots
Closes #192