Skip to content

Commit

Permalink
fix: Add HypeVille card in featured hubs - MEED-2991 - meeds-io/MIP#1…
Browse files Browse the repository at this point in the history
…02 (#683)

This change will add HypeVille card in featured hubs.
  • Loading branch information
MayTekayaa authored Nov 23, 2023
1 parent d9c12b8 commit 8f5e532
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,20 @@ export default {
logoUrl: 'https://res.cloudinary.com/dcooc6vig/image/upload/v1697740685/meedsdao-site/assets/images/upcoming%20hubs/DAO%20N%20FRENS.png',
backgroundColor: '#333',
hubUrl: 'https://daonfrens.meeds.io/'
},
{
address: '0xfefefefefefefefefefef12',
name: {
fr: 'HypeVille',
en: 'HypeVille'
},
description: {
fr: 'Regroupement d\'actualités et d\'événements - Tests et lancements de jeux sur la blockchain - Organisation de remises de prix',
en: 'News and Events gathering - Game Testing and Launches on the blockchain - Prize giveaways organization'
},
logoUrl: 'https://res.cloudinary.com/dcooc6vig/image/upload/v1700745638/meedsdao-site/assets/images/Featured%20hubs/HypeVille_qeobpl.jpg',
backgroundColor: '#f50088',
hubUrl: 'https://hypeville.meeds.io/'
}
],
upcomingHubs: [
Expand Down

0 comments on commit 8f5e532

Please sign in to comment.