From 4cbd41636967c18ab5cf8d0128860c3e1c19281f Mon Sep 17 00:00:00 2001 From: gabaldon Date: Mon, 11 Dec 2023 09:23:54 +0100 Subject: [PATCH] fix: update twitter logo and broken urls --- assets/images/twitter.svg | 4 ++-- constants.js | 2 +- locales/en.json | 6 +++--- locales/es.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/images/twitter.svg b/assets/images/twitter.svg index 0c64b595..596b0c3e 100644 --- a/assets/images/twitter.svg +++ b/assets/images/twitter.svg @@ -1,3 +1,3 @@ - - + + diff --git a/constants.js b/constants.js index b25efb12..337ee154 100644 --- a/constants.js +++ b/constants.js @@ -28,7 +28,7 @@ export const urls = { coin: '#coin', community: 'https://witnet.io/#community', dataFeedsExplorer: 'https://feeds.witnet.io', - discord: 'https://discord.gg/X4uurfP', + discord: 'https://discord.gg/witnet', documentation: 'https://docs.witnet.io/', ecosystem: 'https://witnet.io/#ecosystem', fullNode: 'https://docs.witnet.io/try/run-a-node/', diff --git a/locales/en.json b/locales/en.json index f85e9d51..583646d7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -80,7 +80,7 @@ "title": "Community", "telegram": "Telegram", "discord": "Discord", - "twitter": "Twitter", + "twitter": "X", "reddit": "Reddit", "youtube": "Youtube" }, @@ -109,9 +109,9 @@ "social": { "follow": { "title": "Follow the project", - "content": "Keep up with the latest news on Twitter.", + "content": "Keep up with the latest news on X.", "links": { - "twitter": "> @witnet_io on Twitter" + "twitter": "> @witnet_io on X" } }, "join_discussion": { diff --git a/locales/es.json b/locales/es.json index 26325090..1b227495 100644 --- a/locales/es.json +++ b/locales/es.json @@ -80,7 +80,7 @@ "title": "Comunidad", "telegram": "Telegram", "discord": "Discord", - "twitter": "Twitter", + "twitter": "X", "reddit": "Reddit" }, "developers": { @@ -109,9 +109,9 @@ "social": { "follow": { "title": "Sigue el proyecto", - "content": "Mantente al día con las últimas noticias en Twitter.", + "content": "Mantente al día con las últimas noticias en X.", "links": { - "twitter": "> @witnet_io en Twitter" + "twitter": "> @witnet_io en X" } }, "join_discussion": {