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

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} />