Skip to content

Commit

Permalink
Change Stanford Date
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopizarro committed Jan 30, 2022
1 parent bdfad0e commit 4137b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-01-30T07:59:00.000Z");
return new Date("2022-02-10T07:59:00.000Z");
case "oos":
default:
return new Date("2022-01-03T07:59:00.000Z");
Expand Down
2 changes: 1 addition & 1 deletion src/themes/bonsai_chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
{
"key": "stanford",
"label": "Stanford student",
"date": "2022-01-30T07:59:00.000Z",
"date": "2022-02-10T07:59:00.000Z",
"display_date": "January 30, 2022"
}
],
Expand Down

0 comments on commit 4137b55

Please sign in to comment.