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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user