diff --git a/src/routes/CommunitySlice.svelte b/src/routes/CommunitySlice.svelte index 91a18c2..691c7f0 100755 --- a/src/routes/CommunitySlice.svelte +++ b/src/routes/CommunitySlice.svelte @@ -36,7 +36,7 @@ }, { image: '/imgs/profile_pictures/Mathisbuilder.webp', - coordinates: [568, 568], + coordinates: [568, 594], size: 120, class: 'outline-amber-500' }, @@ -78,8 +78,8 @@ }, { image: '/imgs/profile_pictures/etrigan63.webp', - coordinates: [135, 538], - size: 93, + coordinates: [824, 738], + size: 58, class: 'outline-amber-500' }, { @@ -106,7 +106,7 @@ }, { image: '/imgs/profile_pictures/7.webp', - coordinates: [273, 687], + coordinates: [273, 760], size: 52, quote: '"meds"', class: 'outline-cyan-500' @@ -155,16 +155,33 @@ }, { image: '/imgs/profile_pictures/flafy.webp', - coordinates: [340, 790], - size: 80, + coordinates: [147, 553], + size: 87, class: 'outline-pink-500' }, + { + image: '/imgs/profile_pictures/vagahbond.webp', + coordinates: [65, 643], + size: 74, + class: 'outline-amber-500 ' + }, + { + image: '/imgs/profile_pictures/flick0.webp', + coordinates: [263, 653], + size: 65, + class: 'outline-stone-500 ' + }, { image: '/imgs/profile_pictures/jacekpoz.svg', - coordinates: [180, 730], + coordinates: [893, 622], size: 80, - class: 'outline-yellow-500 bg-orange-700', - quote: '"Piss blob"' + class: 'outline-yellow-500 bg-black ' + }, + { + image: '/imgs/profile_pictures/aylur.webp', + coordinates: [354, 798], + size: 80, + class: 'outline-amber-500 bg-black ' } ] diff --git a/static/imgs/profile_pictures/aylur.webp b/static/imgs/profile_pictures/aylur.webp new file mode 100644 index 0000000..40391ba Binary files /dev/null and b/static/imgs/profile_pictures/aylur.webp differ diff --git a/static/imgs/profile_pictures/flick0.webp b/static/imgs/profile_pictures/flick0.webp new file mode 100644 index 0000000..75a9c32 Binary files /dev/null and b/static/imgs/profile_pictures/flick0.webp differ diff --git a/static/imgs/profile_pictures/qwaranou.webp b/static/imgs/profile_pictures/qwaranou.webp deleted file mode 100755 index 4be6903..0000000 Binary files a/static/imgs/profile_pictures/qwaranou.webp and /dev/null differ