aboutsummaryrefslogtreecommitdiff
path: root/src/components/Navbar.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-02 22:38:18 +0200
committerschererleander <leander@schererleander.de>2025-07-02 22:38:18 +0200
commit82de8676d7d278fcf0bd17b7a6dd46126c6fdd46 (patch)
tree257a14f28e5455f9bd25f091e3c1466fc0f46a61 /src/components/Navbar.tsx
parent44dbea77d13113a0405f6765629f3b78d1acf6ad (diff)
feat: update branding and bucket name for boilerplate
Diffstat (limited to 'src/components/Navbar.tsx')
-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 2f1e0d4..29c6129 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -34,7 +34,7 @@ export default function Navbar() {
<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>
</div>
- <span className="font-bold text-xl">Widget</span>
+ <span className="font-bold text-xl">Next-Boilerplate</span>
</Link>
<div className="flex items-center space-x-4">