From 1f74e4299d709ef4bfe4b9ca96a71393ffa19ee6 Mon Sep 17 00:00:00 2001 From: qixinbo Date: Tue, 17 Mar 2026 16:58:21 +0800 Subject: [PATCH] polish AI icon --- frontend/src/components/ChatInterface.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ChatInterface.tsx b/frontend/src/components/ChatInterface.tsx index 2ceb58c..234b8b5 100644 --- a/frontend/src/components/ChatInterface.tsx +++ b/frontend/src/components/ChatInterface.tsx @@ -758,8 +758,8 @@ export function ChatInterface() { className={`flex gap-4 ${msg.role === 'user' ? 'justify-end' : 'justify-start'}`} > {msg.role !== "user" && ( -
- Ai +
+ 🦞
)}