remove unwanted class
This commit is contained in:
parent
06079103f6
commit
c4b7c51479
|
@ -581,7 +581,7 @@ export const ProfileThumb = ({
|
|||
/>
|
||||
) : (
|
||||
<ProfileIcon
|
||||
className={`h-12 w-12 text-th-fgd-3 ${placeholderHeightClass} ${placeholderWidthClass}`}
|
||||
className={`text-th-fgd-3 ${placeholderHeightClass} ${placeholderWidthClass}`}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue