mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
refactor: update Navbar component title from 'MeshEnvy Forge' to 'Mesh Forge' for improved branding clarity
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Navbar() {
|
||||
to="/"
|
||||
className="text-2xl font-bold bg-gradient-to-r from-cyan-400 to-blue-600 bg-clip-text text-transparent hover:opacity-80 transition-opacity"
|
||||
>
|
||||
MeshEnvy Forge
|
||||
Mesh Forge
|
||||
</Link>
|
||||
<div className="flex items-center gap-4">
|
||||
<Authenticated>
|
||||
|
||||
Reference in New Issue
Block a user