footer: cleanup imprint & privacy url
Some checks failed
Build Latest image / build-container (push) Has been cancelled

This commit is contained in:
Philipp Dormann 2025-03-23 19:54:47 +01:00
parent 0af73525bc
commit 0e557ef408
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -1,18 +1,13 @@
<template>
<footer class="p-8">
<!-- <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"
href="https://odit.services?ref=lfk">ODIT.Services</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a target="_blank" rel="noopener,noreferrer" :href="[[imprint_url]]" class="ml-3 underline">{{
$t('imprint') }}</a>
<a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]" class="ml-3 underline">{{
href="https://odit.services?ref=lfk">ODIT.Services</a><br>
<a target="_blank" rel="noopener,noreferrer" :href="[[imprint_url]]" class="underline">{{
$t('imprint') }}</a> <a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]" class="underline">{{
$t('privacy_policy') }}</a>
</span>
<!-- </div> -->
</p>
</footer>
</template>
<script>