Skip to content

Commit 288e787

Browse files
authored
Merge pull request #15683 from ethereum/10yoeform
2 parents 733348f + 4b54c0b commit 288e787

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
236236
<p className="text-md">
237237
{t("page-10-year-host-event-description")}
238238
</p>
239-
<ButtonLink
240-
href="https://blog.ethereum.org/2025/04/24/ten-years"
241-
hideArrow
242-
>
239+
<ButtonLink href="https://10yearsofethereum.paperform.co" hideArrow>
243240
{t("page-10-year-host-event-cta")}
244241
</ButtonLink>
245242
</div>

src/intl/en/page-10-year-anniversary.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"page-10-year-join-party-description": "Celebrate 10 years of Ethereum with the global community. Find a local event or start your own celebration.",
2222
"page-10-year-events-description-1": "Join people around the world for talks, networking, and celebrations as we mark Ethereum's tenth birthday.",
2323
"page-10-year-events-description-2": "Can't make it in person? Watch our livestream and follow updates from events worldwide, so everyone can celebrate this milestone together.",
24-
"page-10-year-host-event-title": "Host an event",
25-
"page-10-year-host-event-description": "Want to host an event? Limited-time grants are available to help fund your event.",
26-
"page-10-year-host-event-cta": "Apply Now",
24+
"page-10-year-host-event-title": "Share your event",
25+
"page-10-year-host-event-description": "Are you hosting an event? Enter event details below to get it listed on the map.",
26+
"page-10-year-host-event-cta": "Share event",
2727
"page-10-year-innovation-title": "10 years of",
2828
"page-10-year-innovation-subtitle": "Innovation",
2929
"page-10-year-innovation-description-1": "Ethereum transformed blockchain by introducing smart contracts",

0 commit comments

Comments
 (0)