Skip to content

Commit 0eb6a03

Browse files
committed
update pierpont map and hacking end time
1 parent c2b8024 commit 0eb6a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Countdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default function Countdown() {
99
const [duration, setDuration] = useState<string>("");
1010
const [diffInSec, setDiffInSec] = useState<number | null>(null);
1111

12-
const hackingStarts = new Date("Sep 27, 2025 10:00:00");
13-
const hackingEnds = new Date("Sep 28, 2025 10:00:00");
12+
const hackingStarts = new Date("Sep 27, 2025 11:00:00");
13+
const hackingEnds = new Date("Sep 28, 2025 12:00:00");
1414
const untilText =
1515
new Date().getTime() > hackingEnds.getTime()
1616
? "Hacking has ended."

public/images/maps/pierpont.png

4.01 KB
Loading

0 commit comments

Comments
 (0)