diff --git a/engine/front-end/src/Pages/Intro.js b/engine/front-end/src/Pages/Intro.js index fc5a6d5a2..f132d32ad 100644 --- a/engine/front-end/src/Pages/Intro.js +++ b/engine/front-end/src/Pages/Intro.js @@ -215,7 +215,7 @@ class Intro extends Component { }; const d = new Date(); - this.action = (d.getMonth() === 11 && d.getDate() >= 8) || (d.getMonth() === 0 && d.getDate() <= 8); + this.action = (d.getMonth() === 11 && d.getDate() >= 8) || (d.getMonth() === 0 && d.getDate() <= 6); } renderCloud() {