Skip to content

Commit 42e7cb0

Browse files
author
jdv
committed
mini fix/test2
1 parent 4d1a5f3 commit 42e7cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsec-docs/src/components/RemediationSupportBadges.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const RemediationSupportBadge = ({ title, description, support }: { title: strin
2626
<TooltipTrigger asChild>
2727
<div className='tw-border tw-rounded-full tw-flex tw-text-black'>
2828
<span className='tw-bg-slate-400 tw-px-2 tw-rounded-l-lg'>{title}</span>
29-
<span className={clsx('tw-rounded-r-lg tw-px-2', {colorClass})>{support}</span>
29+
<span className={clsx('tw-rounded-r-lg tw-px-2', colorClass)}>{support}</span>
3030
</div>
3131
</TooltipTrigger>
3232
<TooltipContent>

0 commit comments

Comments
 (0)