From 448eaccf3fe9f83acd70d6a70ef3723377e08f3e Mon Sep 17 00:00:00 2001 From: gabaldon Date: Thu, 29 Jun 2023 13:20:07 +0200 Subject: [PATCH] feat(Ecosystem): add myWitWallet link --- assets/images/my-wit-wallet.svg | 32 ++++++++++++++++++++++++++++++++ components/Ecosystem.vue | 14 +++++++------- constants.js | 1 + locales/en.json | 4 ++++ locales/es.json | 4 ++++ 5 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 assets/images/my-wit-wallet.svg diff --git a/assets/images/my-wit-wallet.svg b/assets/images/my-wit-wallet.svg new file mode 100644 index 00000000..ac7572a0 --- /dev/null +++ b/assets/images/my-wit-wallet.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/Ecosystem.vue b/components/Ecosystem.vue index 44ed3dcd..75a209c5 100644 --- a/components/Ecosystem.vue +++ b/components/Ecosystem.vue @@ -62,13 +62,13 @@ export default { border: false, content: this.$t('ecosystem.cards.data_feed_explorer.content'), }, - // TODO: Add item when the witnet.live monitor is ready - // { - // title: this.$t('ecosystem.cards.monitor.title'), - // src: require('@/assets/images/network-monitor.svg'), - // border: false, - // content: this.$t('ecosystem.cards.monitor.content'), - // }, + { + title: this.$t('ecosystem.cards.my_wit_wallet.title'), + src: require('@/assets/images/my-wit-wallet.svg'), + link: urls.myWitWallet, + border: false, + content: this.$t('ecosystem.cards.my_wit_wallet.content'), + }, { title: this.$t('ecosystem.cards.next.title'), src: require('@/assets/images/question_mark.svg'), diff --git a/constants.js b/constants.js index 00e2c9d1..b25efb12 100644 --- a/constants.js +++ b/constants.js @@ -62,4 +62,5 @@ export const urls = { wallet: 'https://sheikah.app/', whitepaper: 'https://witnet.io/witnet-whitepaper.pdf', youtube: 'https://www.youtube.com/channel/UCCS143kLVAH7oHZKvNNNxKQ', + myWitWallet: 'https://mywitwallet.com/', } diff --git a/locales/en.json b/locales/en.json index e8f6b433..f85e9d51 100644 --- a/locales/en.json +++ b/locales/en.json @@ -44,6 +44,10 @@ "title": "witnet.live network monitor", "content": "The witnet.live network monitor keeps tracks of the health of the Witnet network." }, + "my_wit_wallet": { + "title": "myWitWallet", + "content": "myWitWallet allows you to send and receive Wit immediately. Bye bye synchronization!" + }, "next": { "title": "What will you build next?", "content": "Do you have some exciting Witnet app in mind? Check out the Witnet Grant Program!" diff --git a/locales/es.json b/locales/es.json index 480170e4..26325090 100644 --- a/locales/es.json +++ b/locales/es.json @@ -44,6 +44,10 @@ "title": "Monitor de red witnet.live", "content": "El monitor de red witnet.live mantiene un seguimiento de la salud de la red de Witnet." }, + "my_wit_wallet": { + "title": "myWitWallet", + "content": "myWitWallet te permite enviar y recibir Wit inmediatamente. ¡Adiós sincronización!" + }, "next": { "title": "Y tú, ¿qué vas a crear?", "content": "¿Tienes en mente alguna aplicación basada en Witnet? Participa en el Witnet Grant Program!"