Skip to content

Commit

Permalink
fix: update twitter logo and broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 11, 2023
1 parent 594ffc7 commit 4cbd416
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions assets/images/twitter.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion constants.js
Expand Up @@ -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/',
Expand Down
6 changes: 3 additions & 3 deletions locales/en.json
Expand Up @@ -80,7 +80,7 @@
"title": "Community",
"telegram": "Telegram",
"discord": "Discord",
"twitter": "Twitter",
"twitter": "X",
"reddit": "Reddit",
"youtube": "Youtube"
},
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions locales/es.json
Expand Up @@ -80,7 +80,7 @@
"title": "Comunidad",
"telegram": "Telegram",
"discord": "Discord",
"twitter": "Twitter",
"twitter": "X",
"reddit": "Reddit"
},
"developers": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 4cbd416

Please sign in to comment.