mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(console): update default avatars (#2341)
This commit is contained in:
parent
b3a91141a7
commit
b137daeb12
4 changed files with 0 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB |
|
@ -7,7 +7,6 @@ import avatar006 from '@/assets/avatars/avatar-006.png';
|
|||
import avatar007 from '@/assets/avatars/avatar-007.png';
|
||||
import avatar008 from '@/assets/avatars/avatar-008.png';
|
||||
import avatar009 from '@/assets/avatars/avatar-009.png';
|
||||
import avatar010 from '@/assets/avatars/avatar-010.png';
|
||||
|
||||
export const Avatars = [
|
||||
avatar001,
|
||||
|
@ -19,7 +18,6 @@ export const Avatars = [
|
|||
avatar007,
|
||||
avatar008,
|
||||
avatar009,
|
||||
avatar010,
|
||||
];
|
||||
|
||||
export const generateAvatarPlaceHolderById = (id: string) =>
|
||||
|
|
Loading…
Reference in a new issue