Update Backend
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user