mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 19:19:22 +08:00
Update chat.tsx
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user