feat: navigate to profile when clicked on avatar
parent
1676c97bf6
commit
30fe2f938d
|
@ -14,6 +14,7 @@ export function UserAvatarGroup(props: UserAvatarProps) {
|
|||
alt: user.name || "",
|
||||
title: user.name || "",
|
||||
image: getUserAvatarUrl(user),
|
||||
href: "/settings/my-account/profile",
|
||||
}))}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue