Skip to content

Commit

Permalink
fix(landing): update GitHub capitalization (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhartley authored Dec 31, 2024
1 parent f9b2d1d commit 61ab59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/landing/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function NavBar() {
href={GITHUB_LINK}
className="flex justify-center gap-2 text-center"
>
Github
GitHub
</Link>
<Link
href={DEMO_LINK}
Expand Down Expand Up @@ -162,7 +162,7 @@ function Hero() {
buttonVariants({ variant: "outline", size: "lg" }),
)}
>
<Github /> Github
<Github /> GitHub
</Link>
</div>
</div>
Expand Down Expand Up @@ -234,7 +234,7 @@ function Footer() {
href={GITHUB_LINK}
className="flex justify-center gap-2 text-center"
>
Github
GitHub
</Link>
</div>
</div>
Expand Down

0 comments on commit 61ab59a

Please sign in to comment.