Skip to content

Commit dc7d413

Browse files
committed
use the standard shield-check icon for now instead of the ugly "No AI"
1 parent 59daae4 commit dc7d413

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/ProofModeBadge.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import { Shield, ShieldCheck, ShieldAlert, Info } from 'lucide-react';
77
// Custom icon component for the no-AI/Human Made icon
88
function HumanMadeIcon({ className }: { className?: string }) {
99
return (
10-
<img
11-
src="/ui-icons/human-made.svg"
12-
alt="Human Made"
13-
className={className}
14-
/>
10+
<ShieldCheck className="h-4 w-4 mt-0.5 text-brand-dark-green dark:text-brand-green flex-shrink-0" />
1511
);
1612
}
1713
import { Badge } from '@/components/ui/badge';

0 commit comments

Comments
 (0)