fix: Cookie banner links — DSE to privacy-policy, Impressum to document-generator
Build + Deploy / build-document-crawler (push) Successful in 32s
Build + Deploy / build-dsms-gateway (push) Successful in 23s
Build + Deploy / build-dsms-node (push) Successful in 10s
CI / branch-name (push) Has been skipped
CI / guardrail-integrity (push) Has been skipped
CI / secret-scan (push) Has been skipped
CI / go-lint (push) Has been skipped
Build + Deploy / trigger-orca (push) Successful in 4m45s
Build + Deploy / build-admin-compliance (push) Successful in 2m4s
Build + Deploy / build-backend-compliance (push) Successful in 3m9s
Build + Deploy / build-ai-sdk (push) Successful in 44s
Build + Deploy / build-developer-portal (push) Successful in 1m4s
Build + Deploy / build-tts (push) Successful in 1m21s
CI / loc-budget (push) Failing after 15s
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / nodejs-build (push) Successful in 2m39s
CI / dep-audit (push) Has been skipped
CI / sbom-scan (push) Has been skipped
CI / test-go (push) Successful in 42s
CI / test-python-backend (push) Successful in 41s
CI / test-python-document-crawler (push) Successful in 25s
CI / test-python-dsms-gateway (push) Successful in 20s
CI / validate-canonical-controls (push) Successful in 13s

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 61c3f8fd4a
commit e7f5bb1c33
@@ -156,10 +156,10 @@ export function CookieBannerOverlay() {
Nur notwendige Cookies
</button>
<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
</a>
<a href="/sdk/einwilligungen" className="hover:text-purple-600 underline">
<a href="/sdk/document-generator" className="hover:text-purple-600 underline">
Impressum
</a>
</div>