fix: footer
Some checks failed
Build Latest image / build-container (push) Has been cancelled

This commit is contained in:
Philipp Dormann 2025-03-23 19:53:35 +01:00
parent bab145d78c
commit 422df7c3f8
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<template>
<footer>
<div class="py-8 mx-auto flex items-center sm:flex-row flex-col">
<!-- <div class="py-8 mx-auto flex items-center sm:flex-row flex-col"> -->
<p class="text-sm sm:py-2 sm:mt-0 mt-4 text-center md:text-left">
Lauf für Kaya! Selfservice<br>Copyright © 2025<br>proudly powered by
<a class="underline" target="_blank" rel="noopener,noreferrer"
@ -12,7 +12,7 @@
<a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]" class="ml-3 underline">{{
$t('privacy_policy') }}</a>
</span>
</div>
<!-- </div> -->
</footer>
</template>
<script>

View File

@ -1,6 +1,5 @@
<template>
<div class="min-h-screen w-full p-4 lg:px-48 xl:w-2/3 xl:mx-auto">
<div class="">
<div class="w-full p-4 lg:px-48 xl:w-2/3 xl:mx-auto">
<div class="md:pr-10 md:mb-0 mb-6 pr-0 w-full text-center text-black dark:text-gray-200">
<img src="/favicon-lfk.png" class="h-20 mx-auto" />
<div v-if="loadstate === 'loaded'">
@ -16,7 +15,7 @@
</div>
<div v-if="loadstate === 'loaded'" class="flex flex-wrap">
<div class="w-full">
<div class="flex flex-wrap flex-col w-full tabs">
<div class="">
<div class="grid grid-cols-3 text-center gap-1">
<button @click="() => {
state.activetab = 'profile';
@ -416,7 +415,6 @@
</div>
</div>
</div>
</div>
<!-- -->
<Footer></Footer>
</div>