fix countdown timezone

This commit is contained in:
2025-11-09 14:27:08 +01:00
parent b2c24f394f
commit 1cf452f074
2 changed files with 9 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ const information = [
<img src={Background.src} alt="" loading="lazy" width="100%" height="100%" />
</div>
<div class="hidden xl:flex justify-center absolute bottom-12 right-0 w-[60%]">
<Countdown end={Date.parse(START_DATE)} client:load />
<Countdown end={new Date(START_DATE)} client:load />
</div>
</div>