-
Notifications
You must be signed in to change notification settings - Fork 0
Footer social media links are broken — all point to # placeholder #25
Copy link
Copy link
Open
Labels
Description
Description
All links in the footer "Social Media" section are placeholder # links that don't navigate to any social media profile:
- Twitter →
# - Facebook →
# - Youtube →
# - Linkedin →
# - Instagram →
#
Expected behavior
Each social media link should either:
- Navigate to the actual social media profile for OctoCAT Supply (opening in a new tab with
target="_blank"andrel="noopener noreferrer"), or - Be removed/hidden until actual social media profiles are 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 "Social Media" heading
- Observe that the page scrolls to the top instead of opening a social media profile
Affected area
frontend/src/components/Footer.tsx— contains the placeholder social media links
Reactions are currently unavailable