Skip to content

Commit 292f840

Browse files
committed
remove card to submit events
1 parent ecc43eb commit 292f840

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
173173
<div className="w-full px-4 py-8 md:px-8">
174174
<div className="flex flex-col items-center gap-4 rounded-4xl bg-radial-a px-8 pt-8 lg:px-14 lg:pt-14">
175175
<div className="flex flex-col gap-4 text-center">
176-
<h2 className="text-4xl font-black">
177-
Watch the livestream recording
178-
</h2>
176+
<h2 className="text-4xl font-black">Join the livestream</h2>
179177
</div>
180178
<YouTube
181179
className="w-full max-w-none"
@@ -277,21 +275,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
277275
</Tabs>
278276
</div>
279277
</div>
280-
<div className="flex w-full flex-col-reverse gap-8 px-8 py-8 md:flex-row">
281-
<div className="flex flex-1 flex-col gap-4 md:gap-8 md:pt-8">
282-
<p>{t("page-10-year-events-description-1")}</p>
283-
<p>{t("page-10-year-events-description-2")}</p>
284-
</div>
285-
<div className="flex flex-1 flex-col items-center gap-4 rounded-2xl bg-gradient-step-1 p-8">
286-
<h2 className="text-2xl font-bold">
287-
{t("page-10-year-host-event-title")}
288-
</h2>
289-
<p className="text-md">{t("page-10-year-host-event-description")}</p>
290-
<ButtonLink href="https://10yearsofethereum.paperform.co" hideArrow>
291-
{t("page-10-year-host-event-cta")}
292-
</ButtonLink>
293-
</div>
294-
</div>
295278

296279
<div
297280
id="torch-history"

0 commit comments

Comments
 (0)