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',
|
name: 'contactPersons',
|
||||||
label: {
|
label: {
|
||||||
de: "Ansprechpartner"
|
de: "Kontakt"
|
||||||
},
|
},
|
||||||
type: 'array',
|
type: 'array',
|
||||||
fields: [
|
fields: [
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue