feat: widget enhancements

This commit is contained in:
Mohamed Marrouchi
2024-11-13 01:19:20 +00:00
parent ceb2e203fd
commit a0fe5ec0be
23 changed files with 109 additions and 102 deletions

View File

@@ -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"
}
/>
)}
/>