mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
💄 Update badge and user dropdown avatar
This commit is contained in:
parent
0087720f98
commit
647ec69fe1
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ export const UserDropdown = ({ className }: { className?: string }) => {
|
|||
<OptimizedAvatarImage
|
||||
src={user.image ?? undefined}
|
||||
name={user.name}
|
||||
size="sm"
|
||||
size="xs"
|
||||
/>
|
||||
<span className="truncate">{user.name}</span>
|
||||
<Icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue