From 1a6a5828dc2b010f1cb2780e4e28cf04e7420c88 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Tue, 14 Jan 2025 05:37:06 -0700 Subject: [PATCH] I was right, the store isn't needed for mobile --- src/components/Header.astro | 49 +------------------- src/components/Loading.astro | 2 +- src/components/Logo.astro | 2 +- src/components/MobileNavigation.astro | 66 ++++++++++++++++++++++----- src/components/toasts/Toast.svelte | 2 +- src/layouts/Layout.astro | 33 +------------- 6 files changed, 61 insertions(+), 93 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index dd0d130..83a9691 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -56,7 +56,7 @@ const t = useTranslations(lang); {/* Mobile hamburger menu */} -
+
- diff --git a/src/components/Loading.astro b/src/components/Loading.astro index 53b3fd3..aa507d4 100644 --- a/src/components/Loading.astro +++ b/src/components/Loading.astro @@ -1,7 +1,7 @@
- +
diff --git a/src/components/Logo.astro b/src/components/Logo.astro index a33b211..9dc022c 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -7,7 +7,7 @@ style="width: 100%; height: 100%;" >nebula +
+ diff --git a/src/components/toasts/Toast.svelte b/src/components/toasts/Toast.svelte index 8334af1..2880656 100644 --- a/src/components/toasts/Toast.svelte +++ b/src/components/toasts/Toast.svelte @@ -1,5 +1,5 @@ - - + />