Skip to content

Commit

Permalink
feat: add src prop to user menu avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Feb 29, 2024
1 parent b2de9d1 commit 96c3a10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const MenuToggle = forwardRef<HTMLButtonElement>((props, ref) => {

return (
<UnstyledButton ref={ref} {...props}>
<Avatar color={primaryColor} radius="xl">
<Avatar src={account.avatarUrl} color={primaryColor} radius="xl">
{account.firstName.charAt(0)}
{account.lastName.charAt(0)}
</Avatar>
Expand Down

0 comments on commit 96c3a10

Please sign in to comment.