Skip to content

Commit

Permalink
ExtendStanford
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopizarro committed Feb 14, 2022
1 parent 4137b55 commit 7cc15f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/routes/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function getDeadline(type) {
case "is":
return new Date("2022-01-03T07:59:00.000Z");
case "stanford":
return new Date("2022-02-10T07:59:00.000Z");
return new Date("2022-02-18T07:59:00.000Z");
case "oos":
default:
return new Date("2022-01-03T07:59:00.000Z");
Expand Down
4 changes: 2 additions & 2 deletions src/themes/bonsai_chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default {
{
"key": "stanford",
"label": "Stanford student",
"date": "2022-02-10T07:59:00.000Z",
"display_date": "January 30, 2022"
"date": "2022-02-18T07:59:00.000Z",
"display_date": "Feb 17, 2022"
}
],
"logo": require('./assets/logo.svg'),
Expand Down

0 comments on commit 7cc15f4

Please sign in to comment.