Skip to content

Commit

Permalink
Change action dates
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 7, 2025
1 parent 154de21 commit 2e0dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/front-end/src/Pages/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2e0dac7

Please sign in to comment.