feat: navigate to profile when clicked on avatar

pull/12117/head
Dhoni77 2023-10-27 21:12:13 +05:30
parent 1676c97bf6
commit 30fe2f938d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export function UserAvatarGroup(props: UserAvatarProps) {
alt: user.name || "",
title: user.name || "",
image: getUserAvatarUrl(user),
href: "/settings/my-account/profile",
}))}
/>
);