data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add new icons

dusk 31d9b779 731a2113

+2 -2
+2 -2
src/routes/+page.svelte
··· 16 16 17 17 <div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card"> 18 18 <div class="flex flex-col gap-4 md:gap-8 ml-auto"> 19 - <Window title="latest stuff"> 19 + <Window title="latest stuff" iconUri="/icons/msg_information.webp"> 20 20 <div class="prose prose-ralsei prose-img:m-0 leading-6"> 21 21 <LatestStuff /> 22 22 </div> 23 23 </Window> 24 - <Window style="md:ml-4" title="status" removePadding> 24 + <Window style="md:ml-4" title="status" iconUri="/icons/msn.webp" removePadding> 25 25 {#if data.lastNote} 26 26 <div class="m-1.5 flex flex-col font-monospace text-sm"> 27 27 <p
static/icons/msg_information.webp

This is a binary file and will not be displayed.

static/icons/msn.webp

This is a binary file and will not be displayed.