diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Navbar.tsx | 2 |
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"> |
