[dyad] Fix crash by replacing icon - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-21 08:57:53 +01:00
parent a05e5b98ed
commit e00f078387

View File

@@ -7,7 +7,7 @@ import { KeywordHighlighter } from "./keyword-highlighter";
import {
ChevronDown,
Expand,
Collapse,
Shrink,
AlertTriangle,
} from "lucide-react";
import { cn } from "@/lib/utils";
@@ -227,7 +227,7 @@ export function HeadlineTree({ headlines, keyword }: HeadlineTreeProps) {
onClick={collapseAll}
className="h-8 w-8"
>
<Collapse className="h-4 w-4" />
<Shrink className="h-4 w-4" />
<span className="sr-only">Collapse All</span>
</Button>
</TooltipTrigger>