UBER-486: updated people avatars. (#3720)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-09-21 00:01:09 +07:00
committed by GitHub
parent d9d47846cf
commit a07f88033f
43 changed files with 322 additions and 111 deletions
@@ -95,8 +95,8 @@
<EditableAvatar
avatar={employee.avatar}
email={account.email}
id={employee._id}
size={'x-large'}
name={employee.name}
bind:this={avatarEditor}
on:done={onAvatarDone}
/>