phase 3 bug repositories fixes
This commit is contained in:
@@ -139,7 +139,7 @@ export function Sidebar({ className }: SidebarProps) {
|
||||
<div className="py-2 px-2 border-t border-white/10 shrink-0 flex flex-col gap-0.5">
|
||||
{isAuthenticated ? (
|
||||
<NavLink
|
||||
to="/settings"
|
||||
to="/profile"
|
||||
className={({ isActive }) =>
|
||||
cn(
|
||||
'flex items-center gap-3 rounded px-2 min-h-[44px] transition-colors',
|
||||
|
||||
Reference in New Issue
Block a user