Skip to content

Commit 50fd3ea

Browse files
Update scripts.js
1 parent 93441ca commit 50fd3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// --- IMPORTANT: SET YOUR LAUNCH DATE HERE ---
1111
// Format: YYYY, Month (0-11), Day
12-
const launchDate = new Date(2025, 6, 12); // July 12, 2025
12+
const launchDate = new Date(2025, 6, 13); // July 13, 2025
1313

1414
function setPageState(isPostLaunch) {
1515
if (isPostLaunch) {

0 commit comments

Comments
 (0)