We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5bc1 commit 9fee89aCopy full SHA for 9fee89a
1 file changed
crowdsec-docs/src/theme/DocSidebarItem/Link/index.tsx
@@ -47,7 +47,7 @@ export default function DocSidebarItemLink({ item, onItemClick, activePath, leve
47
Premium
48
</Badge>
49
)}
50
- {tag === "otherSection" && (<Signpost className="ml-1 h-4 text-foreground/80" />)}
+ {tag === "otherSection" && <Signpost className="ml-1 h-4 text-foreground/80" />}
51
{!isInternalLink && <ExternalLinkIcon className="ml-1 h-4 text-foreground/80" />}
52
</Link>
53
</li>
0 commit comments