diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/landing/app/page.tsx | 6 |
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> |
