polish AI icon

This commit is contained in:
qixinbo
2026-03-17 16:58:21 +08:00
parent 4c382f27f2
commit 1f74e4299d
+2 -2
View File
@@ -758,8 +758,8 @@ export function ChatInterface() {
className={`flex gap-4 ${msg.role === 'user' ? 'justify-end' : 'justify-start'}`} className={`flex gap-4 ${msg.role === 'user' ? 'justify-end' : 'justify-start'}`}
> >
{msg.role !== "user" && ( {msg.role !== "user" && (
<div className="w-8 h-8 rounded-full bg-gradient-to-br from-blue-600 to-indigo-600 flex items-center justify-center text-white shrink-0 mt-1 shadow-sm"> <div className="w-8 h-8 flex items-center justify-center shrink-0 mt-1">
<span className="font-bold text-xs">Ai</span> <span className="text-2xl">🦞</span>
</div> </div>
)} )}
<div <div