fix countdown timezone
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user