replaced TBD with TODO
Some checks failed
ci / build-test (push) Failing after 51s
ci / build-test (pull_request) Failing after 1m4s

This commit is contained in:
hsiegeln
2026-04-24 17:58:49 +02:00
parent 7ecd1ff871
commit 9a4644bada
2 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
import SiteHeader from '../components/SiteHeader.astro';
import SiteFooter from '../components/SiteFooter.astro';
const operatorContact = '<TBD: controller contact email (same as imprint)>';
const operatorContact = '<TODO:controller contact email (same as imprint)>';
const lastUpdated = '2026-04-24';
---
<BaseLayout