From 61bc64ea264d39bb85ba49947c6b62e9038c53f7 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 22:13:01 +0100 Subject: [PATCH] feat(auth): make user icon clickable to trigger login when logged out --- src/components/SidebarHeader.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/SidebarHeader.tsx b/src/components/SidebarHeader.tsx index bc227965..a0c73624 100644 --- a/src/components/SidebarHeader.tsx +++ b/src/components/SidebarHeader.tsx @@ -79,7 +79,12 @@ const SidebarHeader: React.FC = ({ onToggleCollapse, onLogou ariaLabel="Settings" variant="ghost" /> -
+
{} : handleLogin) : undefined} + style={{ cursor: !activeAccount ? 'pointer' : 'default' }} + > {profileImage ? ( {getUserDisplayName()} ) : (