diff --git a/apps/codeforafrica/src/payload/blocks/GetInTouch.js b/apps/codeforafrica/src/payload/blocks/GetInTouch.js index 92d2ea922..d8e52942e 100644 --- a/apps/codeforafrica/src/payload/blocks/GetInTouch.js +++ b/apps/codeforafrica/src/payload/blocks/GetInTouch.js @@ -13,23 +13,15 @@ const GetInTouch = { }, { name: "subtitle", - label: "Sub Title", + label: "Subtitle", required: true, type: "text", }, { name: "action", - label: "Action Button", + label: "Action", type: "group", - fields: [ - { - name: "label", - label: "Label", - type: "text", - required: true, - }, - link({}), - ], + fields: [link({})], }, ], };