👀 improved Footer layout + display on Login component

ref #30
This commit is contained in:
Philipp Dormann 2021-01-10 17:15:46 +01:00
parent 1dd6674faa
commit 43b406592e
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 />