File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 1818 "text" : " Layer 2 enables seamless .eth name use across blockchains with trustless connections."
1919 }
2020 },
21- "learn-more" : {
22- "title" : " Want to learn more?" ,
23- "caption" : " If you’re interested in learning more and building on Namechain, join the ENS Developer Telegram." ,
24- "button" : " Developer Telegram"
25- },
2621 "announcement" : {
2722 "title" : " Announcements" ,
2823 "l2" : {
Original file line number Diff line number Diff line change @@ -272,22 +272,6 @@ export default function ENSv2() {
272272 referrerPolicy = "strict-origin-when-cross-origin"
273273 allowFullScreen
274274 />
275- < CenteredCard >
276- < Typography fontVariant = "headingTwo" as = "h2" >
277- { t ( 'learn-more.title' ) }
278- </ Typography >
279- < Typography fontVariant = "body" > { t ( 'learn-more.caption' ) } </ Typography >
280- < Button
281- as = "a"
282- href = "https://t.me/+cx5my3EQWH8wODYx"
283- width = "max"
284- colorStyle = "greenPrimary"
285- target = "_blank"
286- rel = "noopener noreferrer"
287- >
288- { t ( 'learn-more.button' ) }
289- </ Button >
290- </ CenteredCard >
291275 < GridOneToThree >
292276 < CardWithEmoji >
293277 < Typography fontVariant = "headingTwo" as = "h2" >
@@ -298,7 +282,7 @@ export default function ENSv2() {
298282 as = "a"
299283 href = "https://roadmap.ens.domains/l2-roadmap"
300284 width = "max"
301- colorStyle = "greenSecondary "
285+ colorStyle = "greenPrimary "
302286 target = "_blank"
303287 rel = "noopener noreferrer"
304288 >
You can’t perform that action at this time.
0 commit comments