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
@@ -13,7 +13,7 @@ export interface CharacterAvatarProps {
}
export function CharacterAvatar({
src = "/images/chat/pic-chat-elio.png",
src = "/images/avatar/elio.png",
alt = "Elio Silvestri",
className,
size = 43,