fix: update footer links to use absolute URLs for consistency

This commit is contained in:
2025-06-28 18:39:26 +02:00
parent 14990f3134
commit 348bad3c34
+3 -3
View File
@@ -88,13 +88,13 @@
</svg> </svg>
</a> </a>
<ul class="text-base text-center sm:flex items-center justify-center gap-6 lg:gap-10 xl:gap-14 transition-all duration-500"> <ul class="text-base text-center sm:flex items-center justify-center gap-6 lg:gap-10 xl:gap-14 transition-all duration-500">
<li><a href="impressum" <li><a href="/impressum"
class="font-sans text-base text-white hover:text-sf_gelb-500">Impressum</a> class="font-sans text-base text-white hover:text-sf_gelb-500">Impressum</a>
</li> </li>
<li><a href="datenschutz" <li><a href="/datenschutz"
class="font-sans text-base text-white hover:text-sf_gelb-500">Datenschutzerklärung</a> class="font-sans text-base text-white hover:text-sf_gelb-500">Datenschutzerklärung</a>
</li> </li>
<li><a href="satzung" <li><a href="/satzung"
class="font-sans text-base text-white hover:text-sf_gelb-500">Satzung</a> class="font-sans text-base text-white hover:text-sf_gelb-500">Satzung</a>
</li> </li>
<li> <li>