Skip to content

Commit 3405817

Browse files
committed
oops countdown
1 parent 880b07f commit 3405817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DesktopLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function DesktopLayout() {
3333
<div>3.1 - 3.2 2025</div>
3434
<Countdown
3535
className="flex flex-col items-end"
36-
to={new Date("February 3, 2025 11:59:59 EST")}
36+
to={new Date("February 2, 2025 23:59:59 EST")}
3737
/>
3838
</div>
3939
<div></div>

0 commit comments

Comments
 (0)