File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const TenYearHomeBanner = async () => {
52
52
</ div >
53
53
{ /* CLIENT SIDE, lazy loaded */ }
54
54
< Countdown
55
- dateTime = "2025-07-30T15:44:00Z "
55
+ dateTime = "2025-07-30T15:26:13Z "
56
56
className = "mb-8 mt-4 bg-background"
57
57
timeLeftLabels = { timeLeftLabels }
58
58
expiredLabel = { t ( "page-10-year-countdown-expired" ) }
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
132
132
{ ! showNFTMint && (
133
133
< div className = "w-full px-8 py-12" >
134
134
< CountDown
135
- dateTime = "2025-07-30T15:44:00Z "
135
+ dateTime = "2025-07-30T15:26:13Z "
136
136
timeLeftLabels = { timeLeftLabels }
137
137
expiredLabel = { t ( "page-10-year-countdown-expired" ) }
138
138
/>
You can’t perform that action at this time.
0 commit comments