Skip to content

Commit e298215

Browse files
authored
add gold tier to sponsor tiers in Sanity schema (#203)
1 parent 5497640 commit e298215

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/sanity/schemas/sponsors.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ export default defineType({
3434
options: {
3535
list: [
3636
{
37-
title: "Bronze",
38-
value: "bronze",
37+
title: "Gold",
38+
value: "gold",
3939
},
4040
{
4141
title: "Silver",
4242
value: "silver",
4343
},
44+
{
45+
title: "Bronze",
46+
value: "bronze",
47+
},
4448
],
4549
layout: "radio",
4650
direction: "vertical",

0 commit comments

Comments
 (0)