Update Backend

This commit is contained in:
2024-11-23 13:28:33 +01:00
parent e70951c9dd
commit cb65e96165
23 changed files with 493 additions and 310 deletions

View File

@@ -1,5 +1,5 @@
---
import Login from "@components/Login.svelte";
import LoginComponent from "@components/Login.svelte";
import NavbarLayout from "@layouts/NavbarLayout.astro";
import {t} from "astro-i18n";
import BackgroundImage from "../components/BackgroundImage.astro";
@@ -23,6 +23,6 @@ import BackgroundImage from "../components/BackgroundImage.astro";
</div>
<div class="h-screen mx-auto p-8 rounded-b-md pt-40 sm:pt-28 md:pt-14 flex flex-col justify-center items-center
dark:text-white " style="width: min(100vw, 75em);">
<Login client:load/>
<LoginComponent client:load/>
</div>
</NavbarLayout>