Skip to content

[Frontend] Footer external social/product links are all href='#' #617

@ogazboiz

Description

@ogazboiz

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

  • Point the GitHub icon at https://github.com/LabsCrypt/flowfi (real repo)
  • Either link or remove the rest of the dead entries
  • If a Twitter handle doesn't exist, drop the Twitter icon

Files to touch

  • frontend/src/components/Footer.tsx (lines 22-57)

Out of scope

  • Designing new doc pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions