We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d7ef4 commit e800e4bCopy full SHA for e800e4b
src/sanity/schemaTypes/sectionWorkshops.ts
@@ -93,8 +93,14 @@ export const sectionWorkshops = defineField({
93
{ title: "Community", value: "community" },
94
{ title: "Business", value: "business" },
95
{ title: "Discord", value: "Join for guidance and support" },
96
- { title: "DoraHacks", value: "Join for info and submissions" },
97
- { title: "Handbook", value: "Get all resources you need in 1 place" },
+ {
+ title: "DoraHacks",
98
+ value: "Join for info and submissions",
99
+ },
100
101
+ title: "Handbook",
102
+ value: "Get all resources you need in 1 place",
103
104
],
105
layout: "radio",
106
},
0 commit comments