Update coundown date

This commit is contained in:
Sacha Weatherstone 2022-10-31 19:19:27 +10:00
parent a3697a52ac
commit 02df93cbab
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -413,7 +413,7 @@ const TwoPointZero = (): JSX.Element => {
</div> </div>
<FlipClockCountdown <FlipClockCountdown
className="m-auto" className="m-auto"
to={new Date(2022, 10, 1).getTime()} to={new Date(2022, 12, 1).getTime()}
/> />
</div> </div>
</div> </div>