File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
90
90
</ div >
91
91
</ div >
92
92
93
- < div className = "w-full px-8 py-8" >
93
+ < div className = "md: w-full px-4 px-8 py-8" >
94
94
< div className = "flex min-h-[500px] flex-col items-center gap-4 rounded-4xl bg-radial-a px-8 pt-8 lg:px-14 lg:pt-14" >
95
95
< div className = "flex max-w-[770px] flex-col gap-4 text-center" >
96
96
< h2 className = "text-4xl font-black" > Join the party</ h2 >
@@ -126,7 +126,8 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
126
126
value = { key }
127
127
className = "whitespace-nowrap border-0 text-primary"
128
128
>
129
- { data . label }
129
+ { data . label } { " " }
130
+ < span className = "text-sm" > ({ data . events . length } )</ span >
130
131
</ TabsTrigger >
131
132
) ) }
132
133
</ TabsList >
@@ -185,9 +186,11 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
185
186
</ div >
186
187
< LinkOverlay
187
188
href = { event . eventLink }
188
- className = "text-sm text-body-medium no-underline"
189
+ className = "text-sm no-underline"
190
+ target = "_blank"
191
+ rel = "noopener noreferrer"
189
192
>
190
- LINK TO EVENT
193
+ Go to event
191
194
</ LinkOverlay >
192
195
</ LinkBox >
193
196
) ) }
@@ -277,7 +280,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
277
280
className = { cn (
278
281
"w-[70%] rounded-2xl p-8" ,
279
282
index % 2 === 0 && "ml-auto" ,
280
- index !== 0 && "-mt-20 " ,
283
+ index !== 0 && "-mt-10 " ,
281
284
zIndexClasses [ index ] ,
282
285
adoptionStyles [ index % 3 ]
283
286
) }
Original file line number Diff line number Diff line change @@ -122,13 +122,9 @@ const HomePage = ({
122
122
< MainArticle className = "flex w-full flex-col items-center" dir = { dir } >
123
123
< BannerNotification shouldShow = { locale === "en" } >
124
124
< p >
125
- Let's celebrate 10 years of Ethereum! How did ethereum change
126
- your life? -{ " " }
127
- < Link
128
- href = "https://ethereumstory.paperform.co/"
129
- className = "text-white"
130
- >
131
- share your story
125
+ 10 years of Ethereum! -{ " " }
126
+ < Link href = "/10years/" className = "text-white" >
127
+ Join us to celebrate 10 years of Ethereum!
132
128
</ Link >
133
129
</ p >
134
130
</ BannerNotification >
You can’t perform that action at this time.
0 commit comments