From 0494215322524d84d6d4c48b8642d28f37fcb3c5 Mon Sep 17 00:00:00 2001 From: markleo Date: Fri, 1 May 2026 12:34:24 +0800 Subject: [PATCH] fix(frontend):change the icon during thinking to a solid icon. --- frontend/src/components/ai-elements/prompt-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ai-elements/prompt-input.tsx b/frontend/src/components/ai-elements/prompt-input.tsx index 52a909cdd..0bd077690 100644 --- a/frontend/src/components/ai-elements/prompt-input.tsx +++ b/frontend/src/components/ai-elements/prompt-input.tsx @@ -1085,7 +1085,7 @@ export const PromptInputSubmit = ({ if (status === "submitted") { Icon = ; } else if (status === "streaming") { - Icon = ; + Icon = ; } else if (status === "error") { Icon = ; }