feat: add new icons

This commit is contained in:
dusk 2025-04-02 09:17:19 +03:00
parent 731a211371
commit 31d9b779e4
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 2 additions and 2 deletions

@ -16,12 +16,12 @@
<div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card"> <div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card">
<div class="flex flex-col gap-4 md:gap-8 ml-auto"> <div class="flex flex-col gap-4 md:gap-8 ml-auto">
<Window title="latest stuff"> <Window title="latest stuff" iconUri="/icons/msg_information.webp">
<div class="prose prose-ralsei prose-img:m-0 leading-6"> <div class="prose prose-ralsei prose-img:m-0 leading-6">
<LatestStuff /> <LatestStuff />
</div> </div>
</Window> </Window>
<Window style="md:ml-4" title="status" removePadding> <Window style="md:ml-4" title="status" iconUri="/icons/msn.webp" removePadding>
{#if data.lastNote} {#if data.lastNote}
<div class="m-1.5 flex flex-col font-monospace text-sm"> <div class="m-1.5 flex flex-col font-monospace text-sm">
<p <p

Binary file not shown.

After

(image error) Size: 178 B

BIN
static/icons/msn.webp Normal file

Binary file not shown.

After

(image error) Size: 200 B