We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab93fd7 commit 78f414fCopy full SHA for 78f414f
apps/site/components/MDX/EOL/VulnerabilityChips.tsx
@@ -33,6 +33,7 @@ export const VulnerabilityChip: FC<VulnerabilityChipProps> = ({
33
const { label, kind } = SEVERITY_CONFIG[severity];
34
35
return (
36
+ // TODO @bmuenzenmeyer we dont like to use classnames like this
37
<Badge size="small" kind={kind} className="mr-0.5">
38
{label}
39
{count > 0 ? ` (${count})` : null}
0 commit comments