From a0c194c193bf9a103f426806dceda173cfe3336d Mon Sep 17 00:00:00 2001 From: danidfra Date: Wed, 6 Nov 2024 02:36:03 -0300 Subject: [PATCH] Remove unused or non-existent class names --- src/components/verification-badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( - + );