Skip to content

Commit

Permalink
Merge pull request #2 from Portkey-Wallet/dev
Browse files Browse the repository at this point in the history
feat: 🎸 add Voting link
  • Loading branch information
Ian-potter authored Sep 11, 2024
2 parents 91573d2 + 2e0983d commit b0c1967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theCopy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export const playMessageList = [
{
title: '<b>💰 Trade crypto—AwakenSwap</b>',
text: `Decentralised exchange for token swapping, liquidity providing, and arbitraging.\n<a href="${CONFIG.AWAKEN_SWAP}">Trade Cryptos</a>`
},
{
title: '<b>🎯 Voting tool—Votigram</b>',
text: `Cast your vote where your voice truly matters.\n<a href="${CONFIG.VOTIGRAM}">Try Now</a>`
}
];

Expand Down

0 comments on commit b0c1967

Please sign in to comment.