diff --git a/src/components/CountDown.astro b/src/components/CountDown.astro index 972fdbd..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-01-18T12:30:00Z").getTime(); // 1713033000000 +const LAUNCH_DATE = new Date("2025-02-29T12:30:00Z").getTime(); // 1713033000000 ---