From 9abd6e0e6445d86bc46ad6683dbd93650f4beebc Mon Sep 17 00:00:00 2001 From: Samuel Lee Date: Sun, 3 Oct 2021 21:29:02 -0500 Subject: [PATCH 1/2] update timestamp --- src/common/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/constants.ts b/src/common/constants.ts index 2b0f66cf..78221ee3 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1,5 +1,5 @@ -export const DEADLINE_TIMESTAMP = 2601679600000; +export const DEADLINE_TIMESTAMP = 1633323540000; export const MAX_TEAM_SIZE = 4; -// TODO: Update with real hackathon start/end dates -export const HACKATHON_START = new Date('October 8, 2021 00:00:00').getTime(); -export const HACKATHON_END = new Date('October 10, 2021 11:59:00').getTime(); + +export const HACKATHON_START = new Date('October 8, 2021 17:00:00').getTime(); +export const HACKATHON_END = new Date('October 10, 2021 15:00:00').getTime(); From ced02770a9fcc66f781f15687140af50fd1f85bb Mon Sep 17 00:00:00 2001 From: Samuel Lee Date: Sun, 3 Oct 2021 21:30:53 -0500 Subject: [PATCH 2/2] for the last second windows users :" --- src/client/assets/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/assets/application.js b/src/client/assets/application.js index fe8e3a0e..d868b145 100644 --- a/src/client/assets/application.js +++ b/src/client/assets/application.js @@ -158,7 +158,7 @@ export const questions = [ { Component: FileInput, fieldName: 'resume', - note: 'Your resume will be shared with sponsors', + note: '(pdf only) Your resume will be shared with sponsors', title: 'Resume', }, {