Update src/renderer/src/components/avatar/avatar.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Chubby Granny Chaser 2025-03-04 19:58:27 +00:00 committed by GitHub
parent 1cbde684e7
commit 8bfd6e5547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,8 @@ export function Avatar({ size, alt, src, ...props }: AvatarProps) {
width={size}
height={size}
{...props}
width={size}
height={size}
/>
) : (
<PersonIcon size={size * 0.7} />