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.
2 parents 54a0806 + 2a4a16b commit fe967e5Copy full SHA for fe967e5
app/[locale]/10years/_components/CountDown/index.tsx
@@ -26,7 +26,7 @@ const CountDown = ({
26
const [isExpired, setIsExpired] = useState(false)
27
28
useEffect(() => {
29
- const targetDate = new Date("2025-07-30T15:44:00Z")
+ const targetDate = new Date("2025-07-30T15:26:13Z")
30
31
const calculateTimeLeft = () => {
32
const now = new Date()
0 commit comments