parent
1dd6674faa
commit
43b406592e
@ -2,8 +2,7 @@
|
|||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<footer class="container">
|
<footer class="p-5 w-full">
|
||||||
<hr class="mt-2 mb-4 border-b-1 border-gray-300" />
|
|
||||||
<p class="text-sm text-gray-500 mt-4">
|
<p class="text-sm text-gray-500 mt-4">
|
||||||
Lauf für Kaya! Läufersystem - Copyright © 2020 + proudly powered by
|
Lauf für Kaya! Läufersystem - Copyright © 2020 + proudly powered by
|
||||||
<a
|
<a
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
store.init();
|
store.init();
|
||||||
import { OpenAPI, AuthService } from "@odit/lfk-client-js";
|
import { OpenAPI, AuthService } from "@odit/lfk-client-js";
|
||||||
|
import Footer from "./Footer.svelte";
|
||||||
import Toastify from "toastify-js";
|
import Toastify from "toastify-js";
|
||||||
// ------
|
// ------
|
||||||
let username = "demo";
|
let username = "demo";
|
||||||
@ -140,3 +141,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Footer />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user