Skip to content

Commit

Permalink
Merge pull request andrerfneves#107 from agbegin/agbegin-patch-1
Browse files Browse the repository at this point in the history
Replace Bitcoin Beach Wallet with Blink
  • Loading branch information
andrerfneves authored Jun 21, 2023
2 parents dec983d + 7316d38 commit 449bea8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
10 changes: 10 additions & 0 deletions components/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,16 @@ const WALLETS = [
width: '45px',
borderRadius: '5%',
},
},
{
name: 'Blink',
image: '/images/blink.png',
downloadText: 'Download Wallet',
url: 'https://blink.sv',
imageStyle: {
width: '115px',
borderRadius: '5%',
},
}
];

Expand Down
8 changes: 8 additions & 0 deletions components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ const FOOTER = [
link: 'https://vipsats.app/',
title: 'Satoshi Lightning'
},
{
link: 'https://blink.sv',
title: 'Blink'
}
]
},
{
Expand Down Expand Up @@ -156,6 +160,10 @@ const FOOTER = [
link: 'https://vipsats.app',
title: 'Satoshi Lightning'
},
{
link: 'https://blink.sv',
title: 'Blink'
}
]
},
];
Expand Down
10 changes: 5 additions & 5 deletions components/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ const PROVIDERS = [
buttonText: 'Open Telegram',
},
{
name: '@Bitcoinbeach',
image: '/images/bitcoinbeach.png',
imageStyle: { width: '45px' },
lightningAddressDomain: 'ln.bitcoinbeach.com',
url: 'https://galoy.io/bitcoin-beach-wallet/',
name: 'Blink',
image: '/images/blink.png',
imageStyle: { width: '115px' },
lightningAddressDomain: 'blink.sv',
url: 'https://blink.sv',
buttonText: 'Download Wallet',
},
{
Expand Down
Binary file added public/images/blink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 449bea8

Please sign in to comment.