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:
-
"Star on GitHub" CTA button (line ~38)
<a href="https://github.com/ShantKhatri/DevCard" ...>
⭐ Star on GitHub
</a>
-
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
- Open the landing page
- Click "⭐ Star on GitHub" or the footer "DevCard" link
- Redirects to
ShantKhatri/DevCard instead of Dev-Card/DevCard
Environment
- File:
src/pages/LandingPage.tsx
- Type: Hardcoded URL / Wrong repository reference
Description
The
LandingPage.tsxcomponent contains hardcoded links pointing tohttps://github.com/ShantKhatri/DevCardinstead of the correct repository URLhttps://github.com/Dev-Card/DevCard.Affected File
src/pages/LandingPage.tsx(orLandingPage.jsx)Occurrences
The wrong URL appears in two places:
"Star on GitHub" CTA button (line ~38)
Footer community link (line ~52)
Expected Behavior
Both links should point to the correct organization repo:
Steps to Reproduce
ShantKhatri/DevCardinstead ofDev-Card/DevCardEnvironment
src/pages/LandingPage.tsx