diff --git a/site/.vuepress/public/april.js b/site/.vuepress/public/april.js index 81dd207..855a3f7 100644 --- a/site/.vuepress/public/april.js +++ b/site/.vuepress/public/april.js @@ -1,7 +1,7 @@ window.addEventListener('DOMContentLoaded', () => { const now = new Date(); - if (now.getMonth() === 2 && now.getDate() === 31) { + if (now.getMonth() === 3 && now.getDate() === 1) { document.body.classList.add('fool'); } });