Skip to content

Commit

Permalink
16기
Browse files Browse the repository at this point in the history
  • Loading branch information
JunYoungKr committed Oct 26, 2024
1 parent 7cdb128 commit 673d3ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ export type RecruitMentType = {
buttonText: string
}


// apply button
export const RecruitStatus: Record<RecruitStatusEnum, RecruitStatusType> = {
BeforeRecruiting: {
title: '16기 모집 시작까지',
buttonText: '알림 받기',
link: 'https://forms.gle/LWfsozJbsrhkpyCr5',
link: 'https://forms.gle/8kCz1TVyjxQtEhLV6',
},
Recruiting: {
title: '16기 모집 마감까지',
Expand Down

0 comments on commit 673d3ab

Please sign in to comment.