feat: fix buiild

This commit is contained in:
2026-04-03 10:40:14 +02:00
parent 82cb4a9786
commit 576af715bd
4 changed files with 34 additions and 14 deletions

View File

@@ -12,10 +12,10 @@ export default function BacklinkIndicator({ backlinks }: Props) {
return (
<Popover>
<PopoverTrigger asChild>
<Button variant="ghost" size="sm" className="text-xs text-muted-foreground h-7 px-2">
{backlinks.length} backlink{backlinks.length !== 1 ? "s" : ""}
</Button>
<PopoverTrigger
render={<Button variant="ghost" size="sm" className="text-xs text-muted-foreground h-7 px-2" />}
>
{backlinks.length} backlink{backlinks.length !== 1 ? "s" : ""}
</PopoverTrigger>
<PopoverContent className="w-64 p-2" align="end">
<p className="text-xs font-semibold text-muted-foreground mb-2 px-1">