aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing
diff options
context:
space:
mode:
Diffstat (limited to 'apps/landing')
-rw-r--r--apps/landing/app/page.tsx6
-rw-r--r--apps/landing/package.json6
2 files changed, 7 insertions, 5 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>
diff --git a/apps/landing/package.json b/apps/landing/package.json
index ca5c7a98..143b8ea7 100644
--- a/apps/landing/package.json
+++ b/apps/landing/package.json
@@ -11,7 +11,9 @@
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
- "format": "prettier --check . --ignore-path ../../.gitignore"
+ "format": "prettier --check . --ignore-path ../../.gitignore",
+ "format:fix": "prettier --write . --ignore-path ../../.gitignore",
+ "lint:fix": "next lint --fix"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
@@ -19,7 +21,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.330.0",
- "next": "14.2.15",
+ "next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.8.0",