Skip to content

Commit 448f11f

Browse files
authored
Merge pull request #993 from ensdomains/remove-dev-telegram
Remove dev telegram from Namechain page
2 parents ea89cee + a7c3e9c commit 448f11f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

public/locales/en/ensv2.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
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": {

src/pages/ens-v2.tsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)