diff --git a/src/components/verification-badge.tsx b/src/components/verification-badge.tsx index d4b3bca3f..d69cf9053 100644 --- a/src/components/verification-badge.tsx +++ b/src/components/verification-badge.tsx @@ -24,7 +24,7 @@ const VerificationBadge: React.FC = ({ className }) => { const Element = icon.endsWith('.svg') ? Icon : 'img'; return ( - + );