refactor(assets): relocate character avatars

This commit is contained in:
2026-07-17 14:30:11 +08:00
parent ae97366a4a
commit 2394f9031a
12 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function MessageAvatar({ isFromAI, userAvatarUrl }: MessageAvatarProps) {
return (
<div className={AVATAR_CLASS_NAME} aria-label="AI avatar">
<Image
src="/images/chat/pic-chat-elio.png"
src="/images/avatar/elio.png"
alt="Elio"
width={43}
height={43}