Skip to content

Commit 88d7ef4

Browse files
authored
Update sectionWorkshops.ts
1 parent 74ec069 commit 88d7ef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sanity/schemaTypes/sectionWorkshops.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ export const sectionWorkshops = defineField({
9292
{ title: "Tech", value: "tech" },
9393
{ title: "Community", value: "community" },
9494
{ 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" },
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" },
9898
],
9999
layout: "radio",
100100
},

0 commit comments

Comments
 (0)