communityslice: add a profile

This commit is contained in:
VDawg 2023-11-15 21:28:32 +01:00
parent 685ab939e2
commit ee3fa7078b
2 changed files with 6 additions and 0 deletions

View file

@ -183,6 +183,12 @@
coordinates: [354, 798], coordinates: [354, 798],
size: 80, size: 80,
class: 'outline-amber-500 bg-black ' class: 'outline-amber-500 bg-black '
},
{
image: '/imgs/profile_pictures/aleph.nought.webp',
coordinates: [583, 824],
size: 40,
class: 'outline-blue-500 bg-black '
} }
].sort(({ size: a }, { size: b }) => b - a) ].sort(({ size: a }, { size: b }) => b - a)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB