Skip to content

Commit 0788ea6

Browse files
Update scripts.js
1 parent bd8d9a4 commit 0788ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 11, 2025
12+
const launchDate = new Date(2025, 6, 12); // July 12, 2025
1313

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

0 commit comments

Comments
 (0)