From 90406aa5a4af06f893e7e69282c409d580f3406f Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Sat, 5 Jul 2025 04:57:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BD=D0=B5=D1=81=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B8=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D1=8C=D1=8E=20=D0=B2=20=D0=BE=D0=B1=D1=89=D0=B8=D0=B9=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+error.svelte | 4 +++ src/routes/+layout.svelte | 70 +++++---------------------------------- src/routes/+page.svelte | 8 ----- 3 files changed, 12 insertions(+), 70 deletions(-) diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 4e59e54..244bfd7 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -2,6 +2,10 @@ import { page } from '$app/state'; + + 404 — Tea Sanctuary + +
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a3eb45c..1aca0ff 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -16,68 +16,14 @@ let isMenuOpen = false; $: if (navigating) isMenuOpen = false; - - - - + + + + + + + Tea Sanctuary +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index c174804..54c57d0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,14 +4,6 @@ import { PUBLIC_TS_DISCORD } from '$env/static/public'; - - - - - - Tea Sanctuary - -