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 17614dc commit dd1f850Copy full SHA for dd1f850
resources/views/components/eap-banner.blade.php
@@ -32,7 +32,7 @@ class="size-3 shrink-0 text-white transition duration-200 ease-in-out will-chang
32
33
{{-- Countdown --}}
34
<div
35
- x-data="countdown('2025-05-31T23:59:59')"
+ x-data="countdown('2025-05-31T23:59:59Z')"
36
class="flex items-center gap-1 rounded-lg px-2.5 py-1 text-sm text-white ring-1 ring-white/45 md:text-base"
37
>
38
<div class="pr-1 opacity-70">Ends in</div>
0 commit comments