mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
Update chat.tsx
This commit is contained in:
parent
ac258849da
commit
4a1b699778
@ -86,7 +86,7 @@ export function Avatar(props: { role: Message["role"]; model?: ModelType }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles["user-avtar"]}>
|
<div className={styles["user-avtar"]}>
|
||||||
<Emoji unified={config.avatar} size={18} getEmojiUrl={getEmojiUrl} />
|
<img src="hebe.png" alt="smiley" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user