style(site): use lightbulb icon for thinking (#25844)

This commit is contained in:
Danielle Maywood
2026-05-29 11:35:05 +01:00
committed by GitHub
parent 78d556fffc
commit 88060b846e
@@ -4,12 +4,12 @@ import {
CompassIcon,
FilePenLineIcon,
FileTextIcon,
LightbulbIcon,
LogInIcon,
MonitorIcon,
PowerIcon,
RouteIcon,
ServerIcon,
SparklesIcon,
TerminalIcon,
WrenchIcon,
} from "lucide-react";
@@ -118,7 +118,7 @@ export const ToolIcon: React.FC<{
case "chat_summarized":
return <BotIcon className={base} />;
case "thinking":
return <SparklesIcon className={base} />;
return <LightbulbIcon className={base} />;
case "propose_plan":
return <RouteIcon className={base} />;
case "ask_user_question":