Compare commits

..

2 Commits

Author SHA1 Message Date
dochoss c3caf89163
Merge e74e108297 into 49821e51cb 2026-06-03 01:08:07 +05:30
not-nullptr 49821e51cb fix: sponsor 2026-06-02 18:58:56 +01:00
3 changed files with 16 additions and 23 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.2 KiB

BIN
src/lib/assets/lily.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

View File

@ -1,12 +1,12 @@
<script lang="ts">
import Panel from "$lib/components/visual/Panel.svelte";
import { PiggyBankIcon, CopyIcon, CheckIcon } from "lucide-svelte";
import HotMilk from "$lib/assets/hotmilk.svg?component";
import { DISCORD_URL } from "$lib/util/consts";
import { error } from "$lib/util/logger";
import { m } from "$lib/paraglide/messages";
import { link, sanitize } from "$lib/store/index.svelte";
import { ToastManager } from "$lib/util/toast.svelte";
import lily from "$lib/assets/lily.jpeg";
let copied = false;
let timeoutId: NodeJS.Timeout | null = null;
@ -40,20 +40,26 @@
<div class="mt-2 [&>*]:font-normal h-full flex justify-between flex-col">
<div class="flex gap-3 justify-center text-lg">
<a
href="https://hotmilk.studio"
href="https://eva.pink"
target="_blank"
class="w-fit h-fit rounded-2xl py-4 btn gap-2 flex flex-col justify-center items-center"
class="w-48 h-24 rounded-2xl px-0 btn gap-2 flex flex-col justify-center items-center"
>
<HotMilk class="w-full h-16" />
<img
src={lily}
alt="Eva"
class="w-full h-full select-none object-cover"
/>
</a>
</div>
<p class="text-muted">
{@html sanitize(link(
"discord_link",
m["about.sponsors.description"](),
DISCORD_URL,
true
))}
{@html sanitize(
link(
"discord_link",
m["about.sponsors.description"](),
DISCORD_URL,
true,
),
)}
<span class="inline-block mx-[2px] relative top-[2px]">
<button
id="email"