fix: translations

This commit is contained in:
2024-12-02 11:29:05 +01:00
parent 6376dcb5fe
commit 548148e898
4 changed files with 125 additions and 122 deletions

View File

@@ -7,10 +7,10 @@
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 text-gray-400 underline">Impressum</a>
<a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]"
class="ml-3 text-gray-400 underline">Datenschutzerklärung</a>
<a target="_blank" rel="noopener,noreferrer" :href="[[imprint_url]]" class="ml-3 text-gray-400 underline">{{
$t('imprint') }}</a>
<a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]" class="ml-3 text-gray-400 underline">{{
$t('privacy_policy') }}</a>
</span>
</div>
</footer>