aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJD Hartley <jdhartley@users.noreply.github.com>2024-12-31 04:22:03 -0600
committerGitHub <noreply@github.com>2024-12-31 12:22:03 +0200
commit61ab59ab34729f9941e4a425591eb9462071b40d (patch)
tree5ec6827636fd01ca8cca69e0e7d086b77dff469a
parentf9b2d1d2d069ecab1cb4c77dcac40fe1f584a862 (diff)
downloadkarakeep-61ab59ab34729f9941e4a425591eb9462071b40d.tar.zst
fix(landing): update GitHub capitalization (#791)
-rw-r--r--apps/landing/app/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx
index b2c9b414..db5fbd64 100644
--- a/apps/landing/app/page.tsx
+++ b/apps/landing/app/page.tsx
@@ -107,7 +107,7 @@ function NavBar() {
href={GITHUB_LINK}
className="flex justify-center gap-2 text-center"
>
- Github
+ GitHub
</Link>
<Link
href={DEMO_LINK}
@@ -162,7 +162,7 @@ function Hero() {
buttonVariants({ variant: "outline", size: "lg" }),
)}
>
- <Github /> Github
+ <Github /> GitHub
</Link>
</div>
</div>
@@ -234,7 +234,7 @@ function Footer() {
href={GITHUB_LINK}
className="flex justify-center gap-2 text-center"
>
- Github
+ GitHub
</Link>
</div>
</div>