Skip to content

Commit fe967e5

Browse files
authored
Merge pull request #15949 from ethereum/10yeardate
fix 10 year date
2 parents 54a0806 + 2a4a16b commit fe967e5

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/10years/_components/CountDown

1 file changed

+1
-1
lines changed

app/[locale]/10years/_components/CountDown/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const CountDown = ({
2626
const [isExpired, setIsExpired] = useState(false)
2727

2828
useEffect(() => {
29-
const targetDate = new Date("2025-07-30T15:44:00Z")
29+
const targetDate = new Date("2025-07-30T15:26:13Z")
3030

3131
const calculateTimeLeft = () => {
3232
const now = new Date()

0 commit comments

Comments
 (0)