Update chat.tsx

This commit is contained in:
lixining 2023-04-24 17:11:27 +08:00 committed by GitHub
parent ac258849da
commit 4a1b699778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ export function Avatar(props: { role: Message["role"]; model?: ModelType }) {
return (
<div className={styles["user-avtar"]}>
<Emoji unified={config.avatar} size={18} getEmojiUrl={getEmojiUrl} />
<img src="hebe.png" alt="smiley" />
</div>
);
}