Skip to content

fix: correct repository URL in LandingPage#534

Open
tazmeen24 wants to merge 1 commit into
Dev-Card:mainfrom
tazmeen24:fix/landing-page-repo-url
Open

fix: correct repository URL in LandingPage#534
tazmeen24 wants to merge 1 commit into
Dev-Card:mainfrom
tazmeen24:fix/landing-page-repo-url

Conversation

@tazmeen24

Copy link
Copy Markdown

Summary

Fixes incorrect repository URLs in LandingPage.tsx that were pointing to ShantKhatri/DevCard instead of the correct organization repo Dev-Card/DevCard. Both the "Star on GitHub" CTA button and the footer community link are affected.

Closes #503

Type of Change

  • Bug fix

What Changed

  • Updated "Star on GitHub" CTA button href (~line 38) from ShantKhatri/DevCard to Dev-Card/DevCard
  • Updated footer "DevCard" community link href (~line 52) from ShantKhatri/DevCard to Dev-Card/DevCard

How to Test

  1. Run the app locally and open the landing page
  2. Click the "⭐ Star on GitHub" button - should redirect to https://github.com/Dev-Card/DevCard
  3. Click the "DevCard" link in the footer - should redirect to https://github.com/Dev-Card/DevCard

Checklist

  • My code follows the project's coding style (pnpm -r run lint passes).
  • TypeScript compiles without errors (pnpm -r run typecheck).
  • I have added or updated tests for the changes I made.
  • All tests pass locally (pnpm -r run test).
  • I have updated documentation where necessary.
  • No new console.log or debug statements left in the code.
  • Breaking changes are documented in this PR description.

Additional Context

No logic changes - purely a hardcoded URL correction. No breaking changes.

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

@tazmeen24 is attempting to deploy a commit to the Prashantkumar Khatri's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the web label Jun 10, 2026
@github-actions

Copy link
Copy Markdown

Hi @tazmeen24,

Thanks for opening this pull request.

This PR has been automatically classified based on the files modified.

Applied Labels

  • web

Primary Review Area

  • web

Reviewer

@ShantKhatri has been identified as the primary reviewer for this pull request.

If you have any questions regarding the affected area or implementation details, feel free to reach out to the assigned reviewer.

Thank you for your contribution!

@github-actions

Copy link
Copy Markdown

CI — Checks Failed

Backend — SKIP

Check Result
Lint -
Test -
Typecheck -

Mobile — SKIP

Check Result
Lint -
Test -

Web — FAIL

Check Result
Check FAIL
Build PASS

Last updated: Wed, 10 Jun 2026 16:55:39 GMT

@Harxhit Harxhit added the gssoc:approved Required label for every approved PR. Gives the base +50 points and enables contribution tracking. label Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved Required label for every approved PR. Gives the base +50 points and enables contribution tracking. web

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug Report: Incorrect Repository Link in LandingPage

2 participants