File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
173
173
< div className = "w-full px-4 py-8 md:px-8" >
174
174
< div className = "flex flex-col items-center gap-4 rounded-4xl bg-radial-a px-8 pt-8 lg:px-14 lg:pt-14" >
175
175
< 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 >
179
177
</ div >
180
178
< YouTube
181
179
className = "w-full max-w-none"
@@ -277,21 +275,6 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
277
275
</ Tabs >
278
276
</ div >
279
277
</ 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 >
295
278
296
279
< div
297
280
id = "torch-history"
You can’t perform that action at this time.
0 commit comments