From 4205712d32e33054a0df5e5cc3d5302d49f9cbd7 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Thu, 9 Oct 2025 02:02:46 +0200 Subject: [PATCH] Landing page redacted! --- src/routes/+layout.svelte | 8 ++---- src/routes/+page.svelte | 11 ++++---- src/routes/comps/Zooter.svelte | 27 ++++++++++-------- src/ts/Redaction/Profile.ts | 1 + src/ts/Redaction/Redactor.ts | 50 +++++++++++++++++++--------------- 5 files changed, 53 insertions(+), 44 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5ca6bd1..0e675f0 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,7 +4,7 @@ import fly from "@e/fly"; import MediaQuery from "svelte-media-queries"; import Dices from "@lucide/svelte/icons/dices"; - import { re } from "@ts/Redaction/Redactor"; + import re from "@ts/Redaction/Redactor"; let hideOnPrint: boolean = $state(false); let { children } = $props(); @@ -115,16 +115,14 @@