replaced TBD with TODO #2
@@ -7,15 +7,15 @@ import SiteFooter from '../components/SiteFooter.astro';
|
||||
// Values prefixed "<TBD:" MUST be replaced with real operator data before go-live.
|
||||
// See docs/superpowers/specs/2026-04-24-cameleer-website-design.md §6.4.
|
||||
const operator = {
|
||||
legalName: '<TBD: legal name of operating entity>',
|
||||
streetAddress: '<TBD: street and number>',
|
||||
postalCity: '<TBD: postal code and city>',
|
||||
legalName: '<TODO:legal name of operating entity>',
|
||||
streetAddress: '<TODO:street and number>',
|
||||
postalCity: '<TODO:postal code and city>',
|
||||
country: 'Germany',
|
||||
email: '<TBD: contact email>',
|
||||
phone: '<TBD: phone (optional but recommended)>',
|
||||
vatId: '<TBD: VAT ID per §27a UStG, or "not applicable">',
|
||||
registerEntry: '<TBD: commercial register + court, or "not applicable">',
|
||||
responsibleForContent: '<TBD: responsible party per §18 Abs. 2 MStV>',
|
||||
email: '<TODO:contact email>',
|
||||
phone: '<TODO:phone (optional but recommended)>',
|
||||
vatId: '<TODO:VAT ID per §27a UStG, or "not applicable">',
|
||||
registerEntry: '<TODO:commercial register + court, or "not applicable">',
|
||||
responsibleForContent: '<TODO:responsible party per §18 Abs. 2 MStV>',
|
||||
};
|
||||
---
|
||||
<BaseLayout
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user