From 6767bfcb46d9a3be04f4cbb97f1690c1426b2205 Mon Sep 17 00:00:00 2001 From: Juan gomen Date: Wed, 15 Jan 2025 18:46:03 -0600 Subject: [PATCH 1/2] fix: update release date --- src/components/CountDown.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CountDown.astro b/src/components/CountDown.astro index 972fdbd..eadb054 100755 --- a/src/components/CountDown.astro +++ b/src/components/CountDown.astro @@ -1,6 +1,6 @@ --- //const LAUNCH_DATE = new Date(2024, 3, 13, 12, 30).getTime(); // 1713033000000 -const LAUNCH_DATE = new Date("2025-01-18T12:30:00Z").getTime(); // 1713033000000 +const LAUNCH_DATE = new Date("2025-03-10T12:30:00Z").getTime(); // 1713033000000 ---
From 6f73811344f7465137f39d46b80df9e9bc497ccb Mon Sep 17 00:00:00 2001 From: Juan gomen Date: Wed, 15 Jan 2025 18:51:03 -0600 Subject: [PATCH 2/2] fix: update release date --- src/components/CountDown.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CountDown.astro b/src/components/CountDown.astro index eadb054..40496f5 100755 --- a/src/components/CountDown.astro +++ b/src/components/CountDown.astro @@ -1,6 +1,6 @@ --- //const LAUNCH_DATE = new Date(2024, 3, 13, 12, 30).getTime(); // 1713033000000 -const LAUNCH_DATE = new Date("2025-03-10T12:30:00Z").getTime(); // 1713033000000 +const LAUNCH_DATE = new Date("2025-02-29T12:30:00Z").getTime(); // 1713033000000 ---