We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93441ca commit 50fd3eaCopy full SHA for 50fd3ea
scripts.js
@@ -9,7 +9,7 @@
9
10
// --- IMPORTANT: SET YOUR LAUNCH DATE HERE ---
11
// Format: YYYY, Month (0-11), Day
12
- const launchDate = new Date(2025, 6, 12); // July 12, 2025
+ const launchDate = new Date(2025, 6, 13); // July 13, 2025
13
14
function setPageState(isPostLaunch) {
15
if (isPostLaunch) {
0 commit comments