diff --git a/src/components/TrustScoreBadge/index.tsx b/src/components/TrustScoreBadge/index.tsx index 647d4ef..88c03cc 100644 --- a/src/components/TrustScoreBadge/index.tsx +++ b/src/components/TrustScoreBadge/index.tsx @@ -50,9 +50,9 @@ export default function TrustScoreBadge({ if (loading || percentile === null) return null - // percentile < 50: likely spam (red alert) - // percentile < 75: suspicious (yellow warning) - if (percentile < 50) { + // percentile < 40: likely spam (red alert) + // percentile < 60: suspicious (yellow warning) + if (percentile < 40) { return (