Skip to content

Commit d25fb83

Browse files
committed
fix(routes/partners.netlify): use phosphor 'weight' instead of 'strokeWidth'
1 parent 07e83b2 commit d25fb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/partners.netlify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const Route = createFileRoute('/partners/netlify')({
309309
function CheckBadge() {
310310
return (
311311
<span className="mt-0.5 inline-flex h-4 w-4 flex-shrink-0 items-center justify-center rounded-full bg-emerald-500 text-white">
312-
<CheckIcon className="h-2.5 w-2.5" strokeWidth={3} />
312+
<CheckIcon className="h-2.5 w-2.5" weight="bold" />
313313
</span>
314314
)
315315
}

0 commit comments

Comments
 (0)