chore: add wos and breez to list of supported wallets

This commit is contained in:
Andre Neves
2021-10-24 15:47:31 -04:00
parent 333b6197fb
commit 29ef311f18
3 changed files with 23 additions and 4 deletions

View File

@@ -382,10 +382,13 @@ const WALLETS = [
url: 'https://zebedee.io/wallet',
},
{
name: 'Blixt',
image: '/images/blixt.png',
name: 'Breez',
image: '/images/breez.png',
downloadText: 'Download Wallet',
url: 'https://blixtwallet.github.io/',
url: 'https://breez.technology',
imageStyle: {
width: '95px',
}
},
{
name: 'SBW',
@@ -393,6 +396,21 @@ const WALLETS = [
downloadText: 'Download Wallet',
url: 'https://lightning-wallet.com',
},
{
name: 'Wallet of Satoshi',
image: '/images/wos.svg',
downloadText: 'Download Wallet',
url: 'https://walletofsatoshi.com',
imageStyle: {
width: '115px',
}
},
{
name: 'Blixt',
image: '/images/blixt.png',
downloadText: 'Download Wallet',
url: 'https://blixtwallet.github.io/',
},
{
name: 'BlueWallet',
image: '/images/bluewallet.svg',
@@ -426,7 +444,7 @@ const WALLETS = [
image: '/images/lightningtipbot.svg',
downloadText: 'Open @LightningTipBot',
url: 'https://t.me/LightningTipBot',
},
},
];
export const Community = () => (