mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
style(site): use lightbulb icon for thinking (#25844)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user