Skip to content

Commit

Permalink
Merge branch 'resumes'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLee514 committed Oct 4, 2021
2 parents 98a5957 + 6e0dc43 commit e12ce6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/client/assets/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const questions = [
{
Component: FileInput,
fieldName: 'resume',
note: 'Your résumé will be shared with sponsors',
note: '(pdf only) Your resume will be shared with sponsors',
title: 'Résumé',
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit e12ce6b

Please sign in to comment.