We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4e745 commit bef6763Copy full SHA for bef6763
web/src/components/UserBanner.tsx
@@ -36,6 +36,7 @@ const UserBanner = (props: Props) => {
36
"w-auto flex flex-row justify-start items-center cursor-pointer text-gray-800 dark:text-gray-400",
37
collapsed ? "px-1" : "px-3",
38
)}
39
+ onClick={() => navigateTo(currentUser ? Routes.ROOT : Routes.EXPLORE)}
40
>
41
<UserAvatar className="shrink-0" avatarUrl={avatarUrl} />
42
{!collapsed && <span className="ml-2 text-lg font-medium text-slate-800 dark:text-gray-300 shrink truncate">{title}</span>}
0 commit comments