Skip to content

[Bug] Fix broken footer links pointing to "#" instead of real destinations #108

Description

@grantfox-oss

Getting Started

  1. Fork the repository: https://github.com/JointSave-org/Joint_Save
  2. Clone your fork:
   git clone https://github.com/<your-username>/Joint_Save.git
   cd Joint_Save
  1. Create a new branch:
   git checkout -b fix/footer-placeholder-links

Overview

frontend/components/landing/footer.tsx has 5 links that currently point to href="#" — 3 likely social/community links and 2 legal page links ("Privacy Policy", "Terms of Service"). These are dead links that do nothing when clicked, which looks unfinished on a public-facing landing page.

Requirements

  • For the 3 social/community-style links: confirm with the maintainer what they should actually point to (GitHub repo, Discord/Telegram if one exists, X/Twitter if one exists) and update accordingly
  • For "Privacy Policy" and "Terms of Service": if these pages don't exist yet, either:
    • Create minimal placeholder pages at /privacy and /terms with a clear "Coming soon" notice, or
    • Link to a shared document (e.g. a Notion page or GitHub markdown file) if the maintainer has one in mind
  • Do not leave any link as a bare href="#" — if a real destination genuinely doesn't exist yet, at minimum disable/style the link distinctly so it doesn't look broken

Acceptance Criteria

  • No remaining href="#" links in footer.tsx
  • Every link either goes to a real destination or is clearly styled/marked as "coming soon" rather than silently doing nothing
  • Links open in a new tab where appropriate (external links) using target="_blank" rel="noopener noreferrer"

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSOfficial CampaignCampaign: Official CampaignbugSomething isn't workinggood first issueGood for newcomers

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