-
Notifications
You must be signed in to change notification settings - Fork 0
Footer "Helpful Links" are broken — Services, Terms, Privacy pages missing #24
Copy link
Copy link
Open
Labels
Description
Description
All links in the footer "Helpful Links" section are placeholder # links that don't navigate anywhere:
- Services →
# - Supports →
# - Feedback →
# - Terms & Conditions →
# - Privacy Policy →
#
Clicking any of these links scrolls the page to the top but does not navigate to a corresponding page.
Expected behavior
Each footer link should either:
- Navigate to an implemented page with relevant content, or
- Be removed/hidden until the corresponding content is created
Steps to reproduce
- Start the frontend dev server (
npm run dev:frontend) - Navigate to
http://localhost:5137 - Scroll down to the footer
- Click any link under the "Helpful Links" heading
- Observe that the page scrolls to the top but no content is displayed
Affected area
frontend/src/components/Footer.tsx— contains the placeholder linksfrontend/src/App.tsx— missing route definitions for these pages
Reactions are currently unavailable