Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions app/[locale]/10years/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
<p className="text-md">
{t("page-10-year-host-event-description")}
</p>
<ButtonLink
href="https://blog.ethereum.org/2025/04/24/ten-years"
hideArrow
>
<ButtonLink href="https://10yearsofethereum.paperform.co" hideArrow>
{t("page-10-year-host-event-cta")}
</ButtonLink>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/intl/en/page-10-year-anniversary.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"page-10-year-join-party-description": "Celebrate 10 years of Ethereum with the global community. Find a local event or start your own celebration.",
"page-10-year-events-description-1": "Join people around the world for talks, networking, and celebrations as we mark Ethereum's tenth birthday.",
"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.",
"page-10-year-host-event-title": "Host an event",
"page-10-year-host-event-description": "Want to host an event? Limited-time grants are available to help fund your event.",
"page-10-year-host-event-cta": "Apply Now",
"page-10-year-host-event-title": "Share your event",
"page-10-year-host-event-description": "Are you hosting an event? Enter event details below to get it listed on the map.",
"page-10-year-host-event-cta": "Share event",
"page-10-year-innovation-title": "10 years of",
"page-10-year-innovation-subtitle": "Innovation",
"page-10-year-innovation-description-1": "Ethereum transformed blockchain by introducing smart contracts",
Expand Down