fix: contact
This commit is contained in:
parent
5f78e19f07
commit
93625f753b
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ export const Parish: CollectionConfig = {
|
|||
{
|
||||
name: 'contactPersons',
|
||||
label: {
|
||||
de: "Ansprechpartner"
|
||||
de: "Kontakt"
|
||||
},
|
||||
type: 'array',
|
||||
fields: [
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ export const Parish = (
|
|||
<Events events={tranformWorship(worship)} n={4}/>
|
||||
</Col>
|
||||
<Col>
|
||||
<Title title={"Ansprechpersonen"} size={"md"} color={"contrast"} />
|
||||
<Title title={"Kontakt"} size={"md"} color={"contrast"} />
|
||||
|
||||
<ContactPersonList persons={contactPersons} />
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Reference in a new issue