Skip to content

Bug Report: Incorrect Repository Link in LandingPage #503

@tazmeen24

Description

@tazmeen24

Description

The LandingPage.tsx component contains hardcoded links pointing to https://github.com/ShantKhatri/DevCard instead of the correct repository URL https://github.com/Dev-Card/DevCard.

Affected File

src/pages/LandingPage.tsx (or LandingPage.jsx)

Occurrences

The wrong URL appears in two places:

  1. "Star on GitHub" CTA button (line ~38)

    <a href="https://github.com/ShantKhatri/DevCard" ...>
      ⭐ Star on GitHub
    </a>
  2. Footer community link (line ~52)

    <a href="https://github.com/ShantKhatri/DevCard" ...>
      DevCard
    </a>

Expected Behavior

Both links should point to the correct organization repo:

https://github.com/Dev-Card/DevCard

Steps to Reproduce

  1. Open the landing page
  2. Click "⭐ Star on GitHub" or the footer "DevCard" link
  3. Redirects to ShantKhatri/DevCard instead of Dev-Card/DevCard

Environment

  • File: src/pages/LandingPage.tsx
  • Type: Hardcoded URL / Wrong repository reference

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions