Skip to content

Commit

Permalink
feat: added Neurolanche ad (#1017)
Browse files Browse the repository at this point in the history
* feat: added Neurolanche

* feat: added Neurolanche (2)
  • Loading branch information
impelcrypto authored Nov 8, 2023
1 parent 9a6a6ec commit 1c60137
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added src/assets/img/ic_neurolanche.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/dapp-staking/my-staking/DynamicAdsArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export default defineComponent({
}
} else if (index === 1) {
return require('/src/assets/img/ic_algem_staking.svg');
} else if (index === 2) {
return require('/src/assets/img/ic_neurolanche.png');
} else {
return img;
}
Expand Down
8 changes: 8 additions & 0 deletions src/data/featured_dapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
"subtitle": "dApp Staking is available on EVM",
"link": "https://app.algem.io/liquid-staking",
"gradient": ["#dcac45", "#0f0a40"]
},
{
"img": "",
"category": "Stake & Earn 'Rewarding' NFT",
"title": "Neurolanche",
"subtitle": "Join our staking and earn soulbound 'rewarding' NFT",
"link": "https://app.algem.io/liquid-staking",
"gradient": ["#FF9999", "#0F0A40"]
}
]

0 comments on commit 1c60137

Please sign in to comment.