Skip to content

Commit 8026430

Browse files
committed
chore(Avatar): update to 5.0.0
1 parent 96d484d commit 8026430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Avatar/Avatar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const Avatar = React.forwardRef<HTMLDivElement, AvatarProps>(
5151
'avatar',
5252
className,
5353
clsx({
54-
online: online,
55-
offline: offline,
56-
placeholder: !src,
54+
'avatar-online': online,
55+
'avatar-offline': offline,
56+
'avatar-placeholder': !src,
5757
})
5858
)
5959

0 commit comments

Comments
 (0)