Join the discussion on Telegram
Why this matters
Every link in the global Footer is href=\"#\", so clicking any of them just scrolls to the top of the page:
frontend/src/components/Footer.tsx:
- lines 22-24: Twitter icon link (
href=\"#\")
- lines 26-28: GitHub icon link (
href=\"#\")
- lines 35-38: Product list (
Protocol v2, Ecosystem, Governance, Security) — all href=\"#\"
- lines 44-47: Resources list (
Documentation, API Reference, Brand Assets, Support) — all href=\"#\"
- lines 55-57:
Privacy, Terms, Cookies — all href=\"#\"
Either point them somewhere real or remove the dead entries.
Acceptance criteria
Files to touch
frontend/src/components/Footer.tsx (lines 22-57)
Out of scope
Join the discussion on Telegram
Why this matters
Every link in the global Footer is
href=\"#\", so clicking any of them just scrolls to the top of the page:frontend/src/components/Footer.tsx:href=\"#\")href=\"#\")Protocol v2,Ecosystem,Governance,Security) — allhref=\"#\"Documentation,API Reference,Brand Assets,Support) — allhref=\"#\"Privacy,Terms,Cookies— allhref=\"#\"Either point them somewhere real or remove the dead entries.
Acceptance criteria
https://github.com/LabsCrypt/flowfi(real repo)Files to touch
frontend/src/components/Footer.tsx(lines 22-57)Out of scope