mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: widget enhancements
This commit is contained in:
@@ -39,8 +39,10 @@ export const ChatWidget = () => {
|
||||
CustomHeader={ChatWidgetHeader}
|
||||
CustomAvatar={() => (
|
||||
<Avatar
|
||||
sx={{ width: "32px", height: "32px", fontSize: ".75rem" }}
|
||||
src={getAvatarSrc(apiUrl, EntityType.USER, "bot")}
|
||||
sx={{ width: "32px", height: "32px" }}
|
||||
src={
|
||||
getAvatarSrc(apiUrl, EntityType.USER, "bot") + "?color=%231ba089"
|
||||
}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user