We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e255ce commit cd23631Copy full SHA for cd23631
constants/sponsor/sponsorLevel.ts
@@ -235,4 +235,6 @@ export const sponsorLevelLabel = {
235
Startup: '스타트업',
236
Community: '커뮤니티',
237
Publisher: '출판사',
238
+ TechSponsor: '기술후원',
239
+ PlaceSponsor: '장소후원',
240
};
data/enums/SponsorLevel.ts
@@ -9,4 +9,6 @@ export enum SponsorLevel {
9
Startup = 8,
10
Community = 9,
11
Publisher = 10,
12
+ TechSponsor = 11,
13
+ PlaceSponsor = 12,
14
}
data/enums/SponsorLevelLabel.ts
@@ -9,4 +9,6 @@ export enum SponsorLevelLabel {
Startup = 'Startup',
Community = 'Community',
Publisher = 'Publisher',
+ TechSponsor = 'TechSponsor',
+ PlaceSponsor = 'PlaceSponsor',
0 commit comments