mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 05:44:24 +01:00
refactor: update sidebar avatar navigation to /my
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user