Spaces:
Sleeping
Sleeping
fix: ensure Settings, Admin, Login/Signup all render correctly in header nav
Browse files- web/components/nav.tsx +1 -1
web/components/nav.tsx
CHANGED
|
@@ -152,7 +152,7 @@ export function Nav() {
|
|
| 152 |
Settings
|
| 153 |
</Link>
|
| 154 |
|
| 155 |
-
{/* User indicator + sign out */}
|
| 156 |
<div className="relative group ml-1">
|
| 157 |
<button className="flex items-center gap-1.5 px-2.5 py-1.5 text-[13px] text-zinc-500 hover:text-zinc-900 rounded-md hover:bg-zinc-50 transition-colors">
|
| 158 |
<UserCircle className="w-3.5 h-3.5" />
|
|
|
|
| 152 |
Settings
|
| 153 |
</Link>
|
| 154 |
|
| 155 |
+
{/* User indicator + sign out dropdown */}
|
| 156 |
<div className="relative group ml-1">
|
| 157 |
<button className="flex items-center gap-1.5 px-2.5 py-1.5 text-[13px] text-zinc-500 hover:text-zinc-900 rounded-md hover:bg-zinc-50 transition-colors">
|
| 158 |
<UserCircle className="w-3.5 h-3.5" />
|