diff --git a/components/community.js b/components/community.js index 2f59962..2ea1e08 100644 --- a/components/community.js +++ b/components/community.js @@ -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 = () => ( diff --git a/public/images/breez.png b/public/images/breez.png new file mode 100644 index 0000000..b020fd9 Binary files /dev/null and b/public/images/breez.png differ diff --git a/public/images/wos.svg b/public/images/wos.svg new file mode 100644 index 0000000..78101c8 --- /dev/null +++ b/public/images/wos.svg @@ -0,0 +1 @@ +WALLET \ No newline at end of file