Skip to content

Commit

Permalink
Reviewed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 20, 2023
1 parent d9ea2b6 commit 1c5b61c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions apps/codeforafrica/src/payload/blocks/GetInTouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({})],
},
],
};
Expand Down

0 comments on commit 1c5b61c

Please sign in to comment.