diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-09 00:19:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 00:19:59 +0000 |
commit | d10cbb8f42d022c05f8c4d89f3d3b1a8456c615f (patch) | |
tree | 89f99cb772c6e236677ea9adab284fa9f5b67c07 /src/components/Pills.tsx | |
parent | a0393fcd485eec4c6d4d6729b95b2528686b5b1a (diff) | |
download | voidsky-d10cbb8f42d022c05f8c4d89f3d3b1a8456c615f.tar.zst |
Fix avatar shape in Account switch menu (#7388)
Diffstat (limited to 'src/components/Pills.tsx')
-rw-r--r-- | src/components/Pills.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Pills.tsx b/src/components/Pills.tsx index 974d83593..3eddf1b9a 100644 --- a/src/components/Pills.tsx +++ b/src/components/Pills.tsx @@ -126,7 +126,7 @@ export function Label({ fill={t.atoms.text_contrast_medium.color} /> ) : ( - <UserAvatar avatar={desc.sourceAvi} size={avi} /> + <UserAvatar avatar={desc.sourceAvi} type="user" size={avi} /> )} <Text |