fix: contact

This commit is contained in:
Benno Tielen 2026-04-13 14:10:54 +02:00
parent 5f78e19f07
commit 93625f753b
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ export const Parish: CollectionConfig = {
{ {
name: 'contactPersons', name: 'contactPersons',
label: { label: {
de: "Ansprechpartner" de: "Kontakt"
}, },
type: 'array', type: 'array',
fields: [ fields: [

View file

@ -80,7 +80,7 @@ export const Parish = (
<Events events={tranformWorship(worship)} n={4}/> <Events events={tranformWorship(worship)} n={4}/>
</Col> </Col>
<Col> <Col>
<Title title={"Ansprechpersonen"} size={"md"} color={"contrast"} /> <Title title={"Kontakt"} size={"md"} color={"contrast"} />
<ContactPersonList persons={contactPersons} /> <ContactPersonList persons={contactPersons} />
</Col> </Col>