chore: cleanup
All checks were successful
Build and Push Backend Image / build (push) Successful in 49s
Build and Push Frontend Image / build (push) Successful in 4m18s

This commit is contained in:
2026-03-06 19:25:07 +01:00
parent aed7b4a16f
commit c90c09da9a
20 changed files with 115 additions and 118 deletions

View File

@@ -14,7 +14,7 @@
import { goto } from "$app/navigation";
import { requestPassword } from "$lib/services";
import { onMount } from "svelte";
import PeonyBackground from "$lib/components/background/peony-background.svelte";
import SexyBackground from "$lib/components/background/background.svelte";
import { toast } from "svelte-sonner";
import Meta from "$lib/components/meta/meta.svelte";
import Logo from "$lib/components/logo/logo.svelte";
@@ -56,7 +56,7 @@
<div
class="relative min-h-screen flex items-center justify-center bg-gradient-to-br from-primary/5 via-accent/5 to-background p-4 overflow-hidden"
>
<PeonyBackground />
<SexyBackground />
<div class="w-full max-w-md">
<!-- Logo -->

View File

@@ -14,7 +14,7 @@
import { goto } from "$app/navigation";
import { resetPassword } from "$lib/services";
import { onMount } from "svelte";
import PeonyBackground from "$lib/components/background/peony-background.svelte";
import SexyBackground from "$lib/components/background/background.svelte";
import { toast } from "svelte-sonner";
import Meta from "$lib/components/meta/meta.svelte";
import Logo from "$lib/components/logo/logo.svelte";
@@ -64,7 +64,7 @@
<div
class="relative min-h-screen flex items-center justify-center bg-gradient-to-br from-primary/5 via-accent/5 to-background p-4 overflow-hidden"
>
<PeonyBackground />
<SexyBackground />
<div class="w-full max-w-md">
<!-- Logo -->