Skip to content

Commit

Permalink
chore: 15기 추가 모집 일정 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonju0110 committed May 4, 2024
1 parent 100408e commit 6ba7470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/constants/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type RecruitDateType = {

export const RecruitDate: RecruitDateType = {
startDate: new Date('2024-04-24T00:00:00'),
endDate: new Date('2024-05-03T23:59:59'),
endDate: new Date('2024-05-06T23:59:59'),
}

export enum RecruitStatusEnum {
Expand All @@ -27,9 +27,9 @@ export const RecruitStatus: Record<RecruitStatusEnum, RecruitStatusType> = {
link: 'https://forms.gle/LWfsozJbsrhkpyCr5',
},
Recruiting: {
title: '15기 지원 마감까지',
buttonText: '지원하러 가기',
link: 'https://forms.gle/ysqvrS7jcWXu8DPE9',
title: '15기 개발자 추가모집',
buttonText: '개발자 지원하기',
link: 'https://docs.google.com/forms/d/e/1FAIpQLSckYFpx4NLpFeme_L30iOb3eM9ll_uudMw2KRzdwLSqsDWhCA/viewform',
},
AfterRecruiting: {
title: '15기 지원이 마감되었어요!',
Expand Down
2 changes: 1 addition & 1 deletion src/views/recruit/constants/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const RecruitPlans: Record<string, { name: string; date: string }> = {
},
Document: {
name: '서류 발표',
date: '24.05.06',
date: '24.05.07',
},
Interview: {
name: '인터뷰',
Expand Down

0 comments on commit 6ba7470

Please sign in to comment.