remove unwanted class

This commit is contained in:
saml33 2022-05-12 16:25:53 +10:00
parent 06079103f6
commit c4b7c51479
1 changed files with 1 additions and 1 deletions

View File

@ -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}`}
/>
)
}