Skip to content

Commit

Permalink
feat(Ecosystem): add myWitWallet link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jun 29, 2023
1 parent c04ce7e commit 448eacc
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 7 deletions.
32 changes: 32 additions & 0 deletions assets/images/my-wit-wallet.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions components/Ecosystem.vue
Expand Up @@ -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'),
Expand Down
1 change: 1 addition & 0 deletions constants.js
Expand Up @@ -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/',
}
4 changes: 4 additions & 0 deletions locales/en.json
Expand Up @@ -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!"
Expand Down
4 changes: 4 additions & 0 deletions locales/es.json
Expand Up @@ -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!"
Expand Down

0 comments on commit 448eacc

Please sign in to comment.