Skip to content

Commit

Permalink
date set to yesterday for maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
asugar13 committed Oct 6, 2021
1 parent 58d287c commit 6488759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"o-viewport": "npm:@financial-times/o-viewport@^5.0.0",
"o-visual-effects": "npm:@financial-times/o-visual-effects@^3.0.0",
"superstore": "^2.1.0",
"o-icons": "npm:@financial-times/o-icons@^7.0.0"
"o-icons": "npm:@financial-times/o-icons@^6.3.0"
},
"config": {},
"engines": {
Expand All @@ -60,4 +60,4 @@
"pre-push": "make verify -j3"
}
}
}
}
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function init (flags) {
initIconify(user);
initDownloadModal(user);

let daysLeft = daysUntilMaintenance('October 6, 2021 10:30:00');
let daysLeft = daysUntilMaintenance('October 5, 2021 10:30:00');
if (daysLeft>=0) {
initMaintenanceModal(user, daysLeft);
}
Expand Down

0 comments on commit 6488759

Please sign in to comment.