Skip to content

Commit b4b7485

Browse files
committed
fix genesis block datetimes
1 parent 38708f7 commit b4b7485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/[locale]/10years/_components/TenYearHomeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const TenYearHomeBanner = async () => {
5252
</div>
5353
{/* CLIENT SIDE, lazy loaded */}
5454
<Countdown
55-
dateTime="2025-07-30T15:44:00Z"
55+
dateTime="2025-07-30T15:26:13Z"
5656
className="mb-8 mt-4 bg-background"
5757
timeLeftLabels={timeLeftLabels}
5858
expiredLabel={t("page-10-year-countdown-expired")}

app/[locale]/10years/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
132132
{!showNFTMint && (
133133
<div className="w-full px-8 py-12">
134134
<CountDown
135-
dateTime="2025-07-30T15:44:00Z"
135+
dateTime="2025-07-30T15:26:13Z"
136136
timeLeftLabels={timeLeftLabels}
137137
expiredLabel={t("page-10-year-countdown-expired")}
138138
/>

0 commit comments

Comments
 (0)