We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b8024 commit 0eb6a03Copy full SHA for 0eb6a03
components/Countdown.tsx
@@ -9,8 +9,8 @@ export default function Countdown() {
9
const [duration, setDuration] = useState<string>("");
10
const [diffInSec, setDiffInSec] = useState<number | null>(null);
11
12
- const hackingStarts = new Date("Sep 27, 2025 10:00:00");
13
- const hackingEnds = new Date("Sep 28, 2025 10:00:00");
+ const hackingStarts = new Date("Sep 27, 2025 11:00:00");
+ const hackingEnds = new Date("Sep 28, 2025 12:00:00");
14
const untilText =
15
new Date().getTime() > hackingEnds.getTime()
16
? "Hacking has ended."
public/images/maps/pierpont.png
4.01 KB
0 commit comments