fix: update footer links to use absolute URLs for consistency
This commit is contained in:
@@ -88,13 +88,13 @@
|
||||
</svg>
|
||||
</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">
|
||||
<li><a href="impressum"
|
||||
<li><a href="/impressum"
|
||||
class="font-sans text-base text-white hover:text-sf_gelb-500">Impressum</a>
|
||||
</li>
|
||||
<li><a href="datenschutz"
|
||||
<li><a href="/datenschutz"
|
||||
class="font-sans text-base text-white hover:text-sf_gelb-500">Datenschutzerklärung</a>
|
||||
</li>
|
||||
<li><a href="satzung"
|
||||
<li><a href="/satzung"
|
||||
class="font-sans text-base text-white hover:text-sf_gelb-500">Satzung</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user