Skip to content

Commit 9fee89a

Browse files
author
jdv
committed
fix linkt
1 parent 6ad5bc1 commit 9fee89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crowdsec-docs/src/theme/DocSidebarItem/Link/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function DocSidebarItemLink({ item, onItemClick, activePath, leve
4747
Premium
4848
</Badge>
4949
)}
50-
{tag === "otherSection" && (<Signpost className="ml-1 h-4 text-foreground/80" />)}
50+
{tag === "otherSection" && <Signpost className="ml-1 h-4 text-foreground/80" />}
5151
{!isInternalLink && <ExternalLinkIcon className="ml-1 h-4 text-foreground/80" />}
5252
</Link>
5353
</li>

0 commit comments

Comments
 (0)