diff --git a/package.json b/package.json index 11c8302..8c87291 100644 --- a/package.json +++ b/package.json @@ -60,4 +60,4 @@ "pre-push": "make verify -j3" } } -} +} \ No newline at end of file diff --git a/src/js/index.js b/src/js/index.js index 7dadf16..cf6ae45 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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); }