refactor: update sidebar avatar navigation to /my

This commit is contained in:
Gigi
2025-10-23 16:12:52 +02:00
parent 89eaa97d30
commit 9ea69589fa

View File

@@ -40,7 +40,7 @@ const SidebarHeader: React.FC<SidebarHeaderProps> = ({ onToggleCollapse, onLogou
<button
className="profile-avatar-button"
title={getUserDisplayName()}
onClick={() => navigate('/me')}
onClick={() => navigate('/my')}
aria-label={`Profile: ${getUserDisplayName()}`}
>
{profileImage ? (