Skip to content

Commit 6116315

Browse files
authored
Merge pull request #147 from sipe-team/feat/5th-recruit
fix: update JOIN_ALARM_FORM_URL to new link
2 parents db685a6 + 3bd918a commit 6116315

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)