feat: comment out social media links, set links to datenschutz and impressum
All checks were successful
Build / build (push) Successful in 4m23s
Build / deploy-stage (push) Successful in 2m58s
Build / switch-stage (push) Successful in 2m7s

This commit is contained in:
2025-04-25 15:13:47 +02:00
parent 3fddfdff67
commit 592a76737b
2 changed files with 6 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
</ul>
</div>
<f:comment>
<!-- Folge uns -->
<div class="flex flex-col items-start md:items-end">
<h3 class="text-white text-sm">Folge uns</h3>
@@ -56,6 +57,7 @@
</a>
</div>
</div>
</f:comment>
</div><!-- /Row 1 -->
@@ -70,9 +72,9 @@
<!-- Privacy links -->
<p>
<a href="#" class="hover:text-white text-white">Privacy Policy</a>
<a href="/datenschutz" class="hover:text-white text-white">Datenschutz</a>
<span class="mx-1">|</span>
<a href="#" class="hover:text-white text-white">Terms and Conditions</a>
<a href="/impressum" class="hover:text-white text-white">Impressum</a>
</p>
</div><!-- /Row 2 -->