Remove unused or non-existent class names
This commit is contained in:
parent
b8bffb8f3e
commit
a0c194c193
|
@ -24,7 +24,7 @@ const VerificationBadge: React.FC<IVerificationBadge> = ({ className }) => {
|
|||
const Element = icon.endsWith('.svg') ? Icon : 'img';
|
||||
|
||||
return (
|
||||
<span className='verified-icon' data-testid='verified-badge'>
|
||||
<span data-testid='verified-badge'>
|
||||
<Element className={clsx('w-4 text-accent-500', className)} src={icon} alt={intl.formatMessage(messages.verified)} />
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue