mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
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:
parent
1cbde684e7
commit
8bfd6e5547
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ export function Avatar({ size, alt, src, ...props }: AvatarProps) {
|
||||||
width={size}
|
width={size}
|
||||||
height={size}
|
height={size}
|
||||||
{...props}
|
{...props}
|
||||||
|
width={size}
|
||||||
|
height={size}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<PersonIcon size={size * 0.7} />
|
<PersonIcon size={size * 0.7} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue