Skip to content

Commit 4b7a670

Browse files
authored
chore: 14기 일정 홈페이지 상태 업데이트 (#323)
1 parent 9716b12 commit 4b7a670

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"status": "INACTIVE",
3-
"applicationStartDateTime": "2025/06/12 00:00:00",
4-
"applicationEndDateTime": "2025/06/22 23:59:59",
5-
"applicantAcceptanceDateTime": "2025/07/02 23:59:59"
2+
"status": "UPCOMING",
3+
"applicationStartDateTime": "2025/11/17 00:00:00",
4+
"applicationEndDateTime": "2025/12/07 23:59:59",
5+
"applicantAcceptanceDateTime": "2025/12/21 23:59:59"
66
}

apps/web/src/lib/constants/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
export const CURRENT_FLAG = 13;
1+
export const CURRENT_FLAG = 14;
22

33
export const NEXT_FLAG = CURRENT_FLAG + 1;
44

5-
export const DEVELOPER_APPLICATION_LINK = 'https://forms.gle/QYs8aB9oE2yC9qcs5';
5+
export const DEVELOPER_APPLICATION_LINK = 'https://forms.gle/XWCQkdCRfw8pNam97';
66

7-
export const DESIGNER_APPLICATION_LINK = 'https://forms.gle/vkHUpppAbSDQgVVY8';
7+
export const DESIGNER_APPLICATION_LINK = 'https://forms.gle/drzbsk1TDunck8Xu6';
88

99
export const NEXT_COHORT_NOTIFICATION_URL = 'https://forms.gle/nA3MLWbUyAoikWw16';
1010

0 commit comments

Comments
 (0)