diff --git a/public/locales/de/layout.json b/public/locales/de/layout.json index ebc0da31f..f90c9ecbf 100644 --- a/public/locales/de/layout.json +++ b/public/locales/de/layout.json @@ -103,10 +103,7 @@ "title": "Reddit" }, { - "title": "Twitter" - }, - { - "title": "Facebook" + "title": "X (formerly Twitter)" }, { "title": "GitHub" @@ -114,9 +111,6 @@ { "title": "YouTube" }, - { - "title": "LinkedIn" - }, { "title": "Discord" }, @@ -139,19 +133,25 @@ "title": "Telegram (IT)" }, { - "title": "Telegram (ID)" + "title": "Telegram (IN)" }, { "title": "Telegram (TR)" }, - { - "title": "Telegram (ZH)" - }, { "title": "Telegram (RU)" }, { "title": "Telegram (PT)" + }, + { + "title": "Telegram (Masternodes EN)" + }, + { + "title": "Telegram (Masternodes DE)" + }, + { + "title": "Wiki" } ] } diff --git a/public/locales/en-US/layout.json b/public/locales/en-US/layout.json index 63cf668e6..47bfd8c23 100644 --- a/public/locales/en-US/layout.json +++ b/public/locales/en-US/layout.json @@ -105,10 +105,7 @@ "title": "Reddit" }, { - "title": "Twitter" - }, - { - "title": "Facebook" + "title": "X (formerly Twitter)" }, { "title": "GitHub" @@ -116,9 +113,6 @@ { "title": "YouTube" }, - { - "title": "LinkedIn" - }, { "title": "Discord" }, @@ -141,19 +135,25 @@ "title": "Telegram (IT)" }, { - "title": "Telegram (ID)" + "title": "Telegram (IN)" }, { "title": "Telegram (TR)" }, - { - "title": "Telegram (ZH)" - }, { "title": "Telegram (RU)" }, { "title": "Telegram (PT)" + }, + { + "title": "Telegram (Masternodes EN)" + }, + { + "title": "Telegram (Masternodes DE)" + }, + { + "title": "Wiki" } ] } diff --git a/public/locales/fr/layout.json b/public/locales/fr/layout.json index 8c3fa29ab..2c0eaf7ad 100644 --- a/public/locales/fr/layout.json +++ b/public/locales/fr/layout.json @@ -101,19 +101,13 @@ "title": "Reddit" }, { - "title": "Twitter" - }, - { - "title": "Facebook" + "title": "X (formerly Twitter)" }, { "title": "GitHub" }, { - "title": "Youtube" - }, - { - "title": "LinkedIn" + "title": "YouTube" }, { "title": "Discord" @@ -137,19 +131,25 @@ "title": "Telegram (IT)" }, { - "title": "Telegram (ID)" + "title": "Telegram (IN)" }, { "title": "Telegram (TR)" }, - { - "title": "Telegram (ZH)" - }, { "title": "Telegram (RU)" }, { "title": "Telegram (PT)" + }, + { + "title": "Telegram (Masternodes EN)" + }, + { + "title": "Telegram (Masternodes DE)" + }, + { + "title": "Wiki" } ] } diff --git a/public/locales/zh-Hans/layout.json b/public/locales/zh-Hans/layout.json index 60526e7d9..c26d7a1b9 100644 --- a/public/locales/zh-Hans/layout.json +++ b/public/locales/zh-Hans/layout.json @@ -101,10 +101,7 @@ "title": "Reddit" }, { - "title": "Twitter" - }, - { - "title": "Facebook" + "title": "X (formerly Twitter)" }, { "title": "GitHub" @@ -112,9 +109,6 @@ { "title": "YouTube" }, - { - "title": "LinkedIn" - }, { "title": "Discord" }, @@ -137,19 +131,25 @@ "title": "Telegram (IT)" }, { - "title": "Telegram (ID)" + "title": "Telegram (IN)" }, { "title": "Telegram (TR)" }, - { - "title": "Telegram (ZH)" - }, { "title": "Telegram (RU)" }, { "title": "Telegram (PT)" + }, + { + "title": "Telegram (Masternodes EN)" + }, + { + "title": "Telegram (Masternodes DE)" + }, + { + "title": "Wiki" } ] } diff --git a/public/locales/zh-Hant/layout.json b/public/locales/zh-Hant/layout.json index a0fd9cfd1..8b0f1eed7 100644 --- a/public/locales/zh-Hant/layout.json +++ b/public/locales/zh-Hant/layout.json @@ -101,19 +101,13 @@ "title": "Reddit" }, { - "title": "Twitter" - }, - { - "title": "Facebook" + "title": "X (formerly Twitter)" }, { "title": "GitHub" }, { - "title": "Youtube" - }, - { - "title": "LinkedIn" + "title": "YouTube" }, { "title": "Discord" @@ -137,19 +131,25 @@ "title": "Telegram (IT)" }, { - "title": "Telegram (ID)" + "title": "Telegram (IN)" }, { "title": "Telegram (TR)" }, - { - "title": "Telegram (ZH)" - }, { "title": "Telegram (RU)" }, { "title": "Telegram (PT)" + }, + { + "title": "Telegram (Masternodes EN)" + }, + { + "title": "Telegram (Masternodes DE)" + }, + { + "title": "Wiki" } ] } diff --git a/src/layouts/Default.tsx b/src/layouts/Default.tsx index 77ca72f51..56c1583d1 100644 --- a/src/layouts/Default.tsx +++ b/src/layouts/Default.tsx @@ -74,16 +74,13 @@ export function Default(props: PropsWithChildren): JSX.Element | null { content="image/png" /> - {/* Twitter */} - - - - - - + {/* X (formerly twitter) */} + + + + + + diff --git a/src/layouts/components/Community.tsx b/src/layouts/components/Community.tsx index f7a2735d8..30b89712c 100644 --- a/src/layouts/components/Community.tsx +++ b/src/layouts/components/Community.tsx @@ -41,89 +41,89 @@ export function Community() { testID: "community-reddit", }, { - href: "https://twitter.com/defichain", + href: "https://x.com/defichain", title: entries[1].labels[1].title, - testID: "community-twitter", - }, - { - href: "https://www.facebook.com/defichain.official", - title: entries[1].labels[2].title, - testID: "community-facebook", + testID: "community-x", }, { href: "https://github.com/DeFiCh/ain", - title: entries[1].labels[3].title, + title: entries[1].labels[2].title, testID: "community-github", }, { href: "https://www.youtube.com/DeFiChain", - title: entries[1].labels[4].title, + title: entries[1].labels[3].title, testID: "community-youtube", }, - { - href: "https://www.linkedin.com/company/defichain", - title: entries[1].labels[5].title, - testID: "community-linkedin", - }, { href: "https://discord.com/invite/py55egyaGy", - title: entries[1].labels[6].title, + title: entries[1].labels[4].title, testID: "community-discord", }, { href: "https://coinmarketcap.com/community/profile/DeFiChain", - title: entries[1].labels[7].title, + title: entries[1].labels[5].title, testID: "community-coinmarketcap", }, { href: "https://t.me/defiblockchain", - title: entries[1].labels[8].title, + title: entries[1].labels[6].title, testID: "community-telegram-blockchain", }, { href: "https://t.me/defiblockchain_DE", - title: entries[1].labels[9].title, + title: entries[1].labels[7].title, testID: "community-telegram-de-blockchain", }, { href: "https://t.me/defiblockchain_FR", - title: entries[1].labels[10].title, + title: entries[1].labels[8].title, testID: "community-telegram-fr-blockchain", }, { href: "https://t.me/official_defichain_es", - title: entries[1].labels[11].title, + title: entries[1].labels[9].title, testID: "community-telegram-es", }, { href: "https://t.me/defiblockchain_IT", - title: entries[1].labels[12].title, + title: entries[1].labels[10].title, testID: "community-telegram-it", }, { - href: "https://t.me/defiblockchain_ID", - title: entries[1].labels[13].title, - testID: "community-telegram-id", + 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[14].title, + title: entries[1].labels[12].title, testID: "community-telegram-tr", }, { - href: "https://t.me/defichain_ZH", + 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, - testID: "community-telegram-zh", + testID: "community-telegram-mn-en", }, { - href: "https://t.me/defichain_RU", + href: "https://t.me/DeFiChainMNGerman", title: entries[1].labels[16].title, - testID: "community-telegram-ru", + testID: "community-telegram-mn-de", }, { - href: "https://t.me/defichain_PT", + href: "https://defichainwiki.com", title: entries[1].labels[17].title, - testID: "community-telegram-pt", + testID: "community-wiki", }, ], }, diff --git a/src/layouts/components/SocialsRow.tsx b/src/layouts/components/SocialsRow.tsx index ac4d9a4cd..d1195b661 100644 --- a/src/layouts/components/SocialsRow.tsx +++ b/src/layouts/components/SocialsRow.tsx @@ -53,11 +53,11 @@ export default function SocialsRow(props: SocialsRowProps): JSX.Element {