Skip to content
Closed
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
32 changes: 0 additions & 32 deletions cypress/fixture/homepage.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,36 +90,4 @@ export const communityLinks = [
headerId: "telegram-de-blockchain",
href: "https://t.me/defiblockchain_DE",
},
{
headerId: "telegram-fr-blockchain",
href: "https://t.me/defiblockchain_FR",
},
{
headerId: "telegram-es",
href: "https://t.me/official_defichain_es",
},
{
headerId: "telegram-it",
href: "https://t.me/defiblockchain_IT",
},
{
headerId: "telegram-id",
href: "https://t.me/defiblockchain_ID",
},
{
headerId: "telegram-tr",
href: "https://t.me/defiblockchain_TR",
},
{
headerId: "telegram-zh",
href: "https://t.me/defichain_ZH",
},
{
headerId: "telegram-ru",
href: "https://t.me/defichain_RU",
},
{
headerId: "telegram-pt",
href: "https://t.me/defichain_PT",
},
];
21 changes: 0 additions & 21 deletions public/locales/de/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,27 +123,6 @@
{
"title": "Telegram (DE)"
},
{
"title": "Telegram (FR)"
},
{
"title": "Telegram (ES)"
},
{
"title": "Telegram (IT)"
},
{
"title": "Telegram (IN)"
},
{
"title": "Telegram (TR)"
},
{
"title": "Telegram (RU)"
},
{
"title": "Telegram (PT)"
},
{
"title": "Telegram (Masternodes EN)"
},
Expand Down
21 changes: 0 additions & 21 deletions public/locales/en-US/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,27 +125,6 @@
{
"title": "Telegram (DE)"
},
{
"title": "Telegram (FR)"
},
{
"title": "Telegram (ES)"
},
{
"title": "Telegram (IT)"
},
{
"title": "Telegram (IN)"
},
{
"title": "Telegram (TR)"
},
{
"title": "Telegram (RU)"
},
{
"title": "Telegram (PT)"
},
{
"title": "Telegram (Masternodes EN)"
},
Expand Down
21 changes: 0 additions & 21 deletions public/locales/fr/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,6 @@
{
"title": "Telegram (DE)"
},
{
"title": "Telegram (FR)"
},
{
"title": "Telegram (ES)"
},
{
"title": "Telegram (IT)"
},
{
"title": "Telegram (IN)"
},
{
"title": "Telegram (TR)"
},
{
"title": "Telegram (RU)"
},
{
"title": "Telegram (PT)"
},
{
"title": "Telegram (Masternodes EN)"
},
Expand Down
21 changes: 0 additions & 21 deletions public/locales/zh-Hans/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,6 @@
{
"title": "Telegram (DE)"
},
{
"title": "Telegram (FR)"
},
{
"title": "Telegram (ES)"
},
{
"title": "Telegram (IT)"
},
{
"title": "Telegram (IN)"
},
{
"title": "Telegram (TR)"
},
{
"title": "Telegram (RU)"
},
{
"title": "Telegram (PT)"
},
{
"title": "Telegram (Masternodes EN)"
},
Expand Down
21 changes: 0 additions & 21 deletions public/locales/zh-Hant/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,6 @@
{
"title": "Telegram (DE)"
},
{
"title": "Telegram (FR)"
},
{
"title": "Telegram (ES)"
},
{
"title": "Telegram (IT)"
},
{
"title": "Telegram (IN)"
},
{
"title": "Telegram (TR)"
},
{
"title": "Telegram (RU)"
},
{
"title": "Telegram (PT)"
},
{
"title": "Telegram (Masternodes EN)"
},
Expand Down
43 changes: 4 additions & 39 deletions src/layouts/components/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,54 +75,19 @@ export function Community() {
title: entries[1].labels[7].title,
testID: "community-telegram-de-blockchain",
},
{
href: "https://t.me/defiblockchain_FR",
title: entries[1].labels[8].title,
testID: "community-telegram-fr-blockchain",
},
{
href: "https://t.me/official_defichain_es",
title: entries[1].labels[9].title,
testID: "community-telegram-es",
},
{
href: "https://t.me/defiblockchain_IT",
title: entries[1].labels[10].title,
testID: "community-telegram-it",
},
{
href: "https://t.me/DevHackBLR",
title: entries[1].labels[11].title,
testID: "community-telegram-in",
},
{
href: "https://t.me/defiblockchain_TR",
title: entries[1].labels[12].title,
testID: "community-telegram-tr",
},
{
href: "https://t.me/defichain_RU",
title: entries[1].labels[13].title,
testID: "community-telegram-ru",
},
{
href: "https://t.me/defiblockchain_PT",
title: entries[1].labels[14].title,
testID: "community-telegram-pt",
},
{
href: "https://t.me/DeFiMasternodes",
title: entries[1].labels[15].title,
title: entries[1].labels[8].title,
testID: "community-telegram-mn-en",
},
{
href: "https://t.me/DeFiChainMNGerman",
title: entries[1].labels[16].title,
title: entries[1].labels[9].title,
testID: "community-telegram-mn-de",
},
{
href: "https://defichainwiki.com",
title: entries[1].labels[17].title,
href: "https://wiki.defichain.com",
title: entries[1].labels[10].title,
testID: "community-wiki",
},
],
Expand Down
Loading