diff --git a/src/layouts/AusweisLayoutDaten.astro b/src/layouts/AusweisLayoutDaten.astro index d18e3413..cf1a4523 100644 --- a/src/layouts/AusweisLayoutDaten.astro +++ b/src/layouts/AusweisLayoutDaten.astro @@ -18,19 +18,19 @@ const { title } = Astro.props; --- diff --git a/src/layouts/BlankLayout.astro b/src/layouts/BlankLayout.astro index 987d58b5..128dfeb4 100644 --- a/src/layouts/BlankLayout.astro +++ b/src/layouts/BlankLayout.astro @@ -35,19 +35,19 @@ const schema = JSON.stringify({ --- diff --git a/src/layouts/DashboardLayout.astro b/src/layouts/DashboardLayout.astro index e06780f8..9b25aee1 100644 --- a/src/layouts/DashboardLayout.astro +++ b/src/layouts/DashboardLayout.astro @@ -45,21 +45,29 @@ const schema = JSON.stringify({ let lightTheme = Astro.cookies.get("theme")?.value === "light"; --- - @@ -109,7 +117,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light"; -
+