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" and rel="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
Description
All links in the footer "Social Media" section are placeholder
#links that don't navigate to any social media profile:#####Expected behavior
Each social media link should either:
target="_blank"andrel="noopener noreferrer"), orSteps to reproduce
npm run dev:frontend)http://localhost:5137Affected area
frontend/src/components/Footer.tsx— contains the placeholder social media links