mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
fix(getIcon.jsx): match initial styling better with official (#277)
This commit is contained in:
parent
3120602d6a
commit
5711ff27ee
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ const getIcon = props => {
|
|||
>
|
||||
<img
|
||||
className="rounded-sm"
|
||||
src={user?.avatar || `https://avatars.dicebear.com/api/initials/${user?.name}.svg`}
|
||||
alt=""
|
||||
src={user?.avatar || `https://api.dicebear.com/6.x/initials/svg?seed=${user?.name}&fontFamily=Verdana&fontSize=36`}
|
||||
alt="avatar"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue