Skip to content

Footer "Helpful Links" are broken — Services, Terms, Privacy pages missing #24

@thomasiverson

Description

@thomasiverson

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:

  1. Navigate to an implemented page with relevant content, or
  2. Be removed/hidden until the corresponding content is created

Steps to reproduce

  1. Start the frontend dev server (npm run dev:frontend)
  2. Navigate to http://localhost:5137
  3. Scroll down to the footer
  4. Click any link under the "Helpful Links" heading
  5. Observe that the page scrolls to the top but no content is displayed

Affected area

  • frontend/src/components/Footer.tsx — contains the placeholder links
  • frontend/src/App.tsx — missing route definitions for these pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfrontend

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions