diff --git a/src/App.js b/src/App.js index 2443226..5f609ef 100644 --- a/src/App.js +++ b/src/App.js @@ -23,7 +23,7 @@ const getDayAnswer = (day_) => { const getDay = () => { const today = new Date() - const date1 = new Date('6/20/21') + const date1 = new Date('6/21/21') const diffTime = Math.abs(today - date1) const diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)) return diffDays