diff --git a/src/components/headline-tree.tsx b/src/components/headline-tree.tsx
index b671509..c30adeb 100644
--- a/src/components/headline-tree.tsx
+++ b/src/components/headline-tree.tsx
@@ -6,8 +6,8 @@ import type { HeadlineNode } from "@/app/actions";
import { KeywordHighlighter } from "./keyword-highlighter";
import {
ChevronDown,
- ChevronsUp,
- ChevronsDown,
+ Expand,
+ Collapse,
AlertTriangle,
} from "lucide-react";
import { cn } from "@/lib/utils";
@@ -209,7 +209,7 @@ export function HeadlineTree({ headlines, keyword }: HeadlineTreeProps) {
onClick={expandAll}
className="h-8 w-8"
>
-
+
Expand All
@@ -227,7 +227,7 @@ export function HeadlineTree({ headlines, keyword }: HeadlineTreeProps) {
onClick={collapseAll}
className="h-8 w-8"
>
-
+
Collapse All