Skip to content

Commit

Permalink
update timer
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Jun 18, 2024
1 parent 58181c1 commit 458f0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function App() {

useEffect(() => {
const newYearTime1 = new Date(
`June 18 ${new Date().getFullYear()} 00:00:00`
`June 25 ${new Date().getFullYear()} 00:00:00`
);
const newYearTime2 = new Date(
`July 1 ${new Date().getFullYear()} 00:00:00`
Expand Down Expand Up @@ -61,9 +61,9 @@ function App() {
<h1 className="mt-5">SGC Countdown</h1>
</div>
</div>

{counterBox("18 Jun launch day", countdown1)}
{counterBox("25 Jun CDC Launch Day", countdown1)}
{counterBox("1 Jul WOG onboarded", countdown2)}

<div className="qr-code-container">
<QRCode
value="https://github.com/opengovsg/sgc-countdown-timer"
Expand Down

0 comments on commit 458f0e9

Please sign in to comment.