Skip to content

Commit 3bd918a

Browse files
committed
fix: update JOIN_ALARM_FORM_URL to new link
1 parent 65f2d98 commit 3bd918a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/constants/recruit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const APPLICATION_START_DATE = new Date('2025-12-14 00:00:00');
33
export const APPLICATION_DUE_DATE = new Date('2026-01-05 23:59:59');
44

55
export const JOIN_FORM_URL = 'https://forms.gle/SPM3xXTVrnvupcLDA';
6-
export const JOIN_ALARM_FORM_URL = 'https://forms.gle/q9wdvKhEyZmTZGS97';
6+
export const JOIN_ALARM_FORM_URL = 'https://forms.gle/VS7Ap4xfSyf2qYqQ6';
77
export const JOIN_NEXT_ALARM_FORM_URL = 'https://forms.gle/VS7Ap4xfSyf2qYqQ6';
88

99
export const Applicants = [

0 commit comments

Comments
 (0)