Fix basedavatar component to use AvatarPrimitive.Image
This commit is contained in:
@@ -35,7 +35,7 @@ const BasedAvatar = ({
|
||||
{...props}
|
||||
>
|
||||
{src ? (
|
||||
<AvatarImage
|
||||
<AvatarPrimitive.Image
|
||||
{...imageProps}
|
||||
src={src}
|
||||
className={imageProps?.className}
|
||||
|
||||
Reference in New Issue
Block a user