We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880b07f commit 3405817Copy full SHA for 3405817
src/DesktopLayout.tsx
@@ -33,7 +33,7 @@ function DesktopLayout() {
33
<div>3.1 - 3.2 2025</div>
34
<Countdown
35
className="flex flex-col items-end"
36
- to={new Date("February 3, 2025 11:59:59 EST")}
+ to={new Date("February 2, 2025 23:59:59 EST")}
37
/>
38
</div>
39
<div></div>
0 commit comments