Skip to content

Commit cd23631

Browse files
committed
기술후원, 장소후원 등급 추가
1 parent 0e255ce commit cd23631

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

constants/sponsor/sponsorLevel.ts

+2
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,6 @@ export const sponsorLevelLabel = {
235235
Startup: '스타트업',
236236
Community: '커뮤니티',
237237
Publisher: '출판사',
238+
TechSponsor: '기술후원',
239+
PlaceSponsor: '장소후원',
238240
};

data/enums/SponsorLevel.ts

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ export enum SponsorLevel {
99
Startup = 8,
1010
Community = 9,
1111
Publisher = 10,
12+
TechSponsor = 11,
13+
PlaceSponsor = 12,
1214
}

data/enums/SponsorLevelLabel.ts

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ export enum SponsorLevelLabel {
99
Startup = 'Startup',
1010
Community = 'Community',
1111
Publisher = 'Publisher',
12+
TechSponsor = 'TechSponsor',
13+
PlaceSponsor = 'PlaceSponsor',
1214
}

0 commit comments

Comments
 (0)