diff --git a/src/routes/CommunitySlice.svelte b/src/routes/CommunitySlice.svelte index d174693..d716796 100755 --- a/src/routes/CommunitySlice.svelte +++ b/src/routes/CommunitySlice.svelte @@ -183,6 +183,12 @@ coordinates: [354, 798], size: 80, 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) diff --git a/static/imgs/profile_pictures/aleph.nought.webp b/static/imgs/profile_pictures/aleph.nought.webp new file mode 100644 index 0000000..667bcf5 Binary files /dev/null and b/static/imgs/profile_pictures/aleph.nought.webp differ