footer: cleanup imprint & privacy url
Some checks failed
Build Latest image / build-container (push) Has been cancelled
Some checks failed
Build Latest image / build-container (push) Has been cancelled
This commit is contained in:
parent
0af73525bc
commit
0e557ef408
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user