We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1a5f3 commit 42e7cb0Copy full SHA for 42e7cb0
crowdsec-docs/src/components/RemediationSupportBadges.tsx
@@ -26,7 +26,7 @@ const RemediationSupportBadge = ({ title, description, support }: { title: strin
26
<TooltipTrigger asChild>
27
<div className='tw-border tw-rounded-full tw-flex tw-text-black'>
28
<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>
+ <span className={clsx('tw-rounded-r-lg tw-px-2', colorClass)}>{support}</span>
30
</div>
31
</TooltipTrigger>
32
<TooltipContent>
0 commit comments