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