fix: Cookie banner links — DSE to privacy-policy, Impressum to document-generator

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-03 07:38:30 +02:00
parent 199f7835a7
commit 4a8565f5b0
@@ -156,10 +156,10 @@ export function CookieBannerOverlay() {
Nur notwendige Cookies Nur notwendige Cookies
</button> </button>
<div className="flex items-center gap-3 text-xs text-gray-400"> <div className="flex items-center gap-3 text-xs text-gray-400">
<a href="/sdk/einwilligungen/cookie-banner" className="hover:text-purple-600 underline"> <a href="/sdk/einwilligungen/privacy-policy" className="hover:text-purple-600 underline">
Datenschutzerklaerung Datenschutzerklaerung
</a> </a>
<a href="/sdk/einwilligungen" className="hover:text-purple-600 underline"> <a href="/sdk/document-generator" className="hover:text-purple-600 underline">
Impressum Impressum
</a> </a>
</div> </div>