aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Navbar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 29c6129..f75e6ed 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -32,7 +32,7 @@ export default function Navbar() {
<div className="container mx-auto px-4 h-16 flex items-center justify-between">
<Link href="/" className="flex items-center space-x-2">
<div className="w-8 h-8 bg-primary rounded-md flex items-center justify-center">
- <span className="text-primary-foreground font-bold text-lg">W</span>
+ <span className="text-primary-foreground font-bold text-lg">N</span>
</div>
<span className="font-bold text-xl">Next-Boilerplate</span>
</Link>