-
Notifications
You must be signed in to change notification settings - Fork 0
Footer "Account" links are broken — My Cart, Checkout, Order pages missing #23
Copy link
Copy link
Open
Labels
Description
Description
All links in the footer "Account" section are placeholder # links that don't navigate anywhere:
- My Cart →
# - Checkout →
# - Shopping Details →
# - Order →
# - Help Center →
#
Clicking any of these links scrolls the page to the top but does not navigate to a corresponding page. No routes or components exist for these pages.
Expected behavior
Each footer link should either:
- Navigate to an implemented page with relevant content, or
- Be removed/hidden until the corresponding feature is built
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 "Account" 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