Skip to content

Commit e800e4b

Browse files
committed
style: fmt
1 parent 88d7ef4 commit e800e4b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/sanity/schemaTypes/sectionWorkshops.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,14 @@ export const sectionWorkshops = defineField({
9393
{ title: "Community", value: "community" },
9494
{ title: "Business", value: "business" },
9595
{ 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" },
96+
{
97+
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+
},
98104
],
99105
layout: "radio",
100106
},

0 commit comments

Comments
 (0)