Merge branch 'master' into master

This commit is contained in:
André Neves
2022-03-10 10:26:32 -05:00
committed by GitHub
4 changed files with 20 additions and 3 deletions

View File

@@ -25,12 +25,12 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add
| Wallet | Sending | Receiving | | Wallet | Sending | Receiving |
| :--- | :-------: | :-----: | | :--- | :-------: | :-----: |
| [Alby](https://getalby.com) | ☑️ | ☑️ | | [Alby](https://getalby.com) | ☑️ | ☑️ |
| [Bitcoin Beach](https://galoy.io/bitcoin-beach/) | ☑️ | ---- | | [Bitcoin Beach](https://galoy.io/bitcoin-beach/) | WIP | ☑️ |
| [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) | | [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) |
| [BlueWallet](https://bluewallet.io/) | ☑️ | ---- | | [BlueWallet](https://bluewallet.io/) | ☑️ | ---- |
| [Breez](https://breez.technology/) | ☑️ | ---- | | [Breez](https://breez.technology/) | ☑️ | ---- |
| [BTCPay](https://btcpayserver.org/) | ☑️ | ☑️ | | [BTCPay](https://btcpayserver.org/) | ☑️ | ☑️ |
| [coinos](https://coinos.io/) | WIP | ☑️ | | [coinos](https://coinos.io/) | ☑️ | ☑️ |
| [LNbits](https://lnbits.org/) | ☑️ | WIP | | [LNbits](https://lnbits.org/) | ☑️ | WIP |
| [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ | | [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ |
| [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ | | [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ |
@@ -42,6 +42,7 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add
| [Zap](https://www.zaphq.io/) | | | | [Zap](https://www.zaphq.io/) | | |
| [ZEBEDEE](https://zebedee.io/wallet) (and [Bots](https://zebedee.io/bots/), and [Extensions](https://zebedee.io/wallet)) | ☑️ | ☑️ | | [ZEBEDEE](https://zebedee.io/wallet) (and [Bots](https://zebedee.io/bots/), and [Extensions](https://zebedee.io/wallet)) | ☑️ | ☑️ |
| [Zeus](https://github.com/ZeusLN/zeus) | ☑️ | ---- | | [Zeus](https://github.com/ZeusLN/zeus) | ☑️ | ---- |
| [CoinKit](https://coinkit.de/) | ☑️ | ☑️ |
## TLDR ## TLDR

View File

@@ -347,7 +347,6 @@ const SATDRESS_SERVERS = [
{ {
urlLink: 'https://tinytip.me', urlLink: 'https://tinytip.me',
urlText: '@tinytip.me', urlText: '@tinytip.me',
}, },
{ {
urlLink: 'https://sats.pm', urlLink: 'https://sats.pm',
@@ -357,6 +356,10 @@ const SATDRESS_SERVERS = [
urlLink: 'https://lnpay.cz', urlLink: 'https://lnpay.cz',
urlText: '@lnpay.cz', urlText: '@lnpay.cz',
}, },
{
urlLink: 'https://getalby.com',
urlText: '@getalby.com',
},
{ {
urlLink: 'https://lnaddress.me/', urlLink: 'https://lnaddress.me/',
urlText: '@lnaddress.me', urlText: '@lnaddress.me',

View File

@@ -257,6 +257,7 @@ export class Hero extends PureComponent {
<LoopedTextPart>bitrefill.me</LoopedTextPart> <LoopedTextPart>bitrefill.me</LoopedTextPart>
<LoopedTextPart>fbtc.me</LoopedTextPart> <LoopedTextPart>fbtc.me</LoopedTextPart>
<LoopedTextPart>lnmarkets.com</LoopedTextPart> <LoopedTextPart>lnmarkets.com</LoopedTextPart>
<LoopedTextPart>getalby.com</LoopedTextPart>
</TextLoop> </TextLoop>
</LoopWrapper> </LoopWrapper>
</Fade> </Fade>

View File

@@ -204,6 +204,11 @@ const BTCPayImage = styled.img`
align-self: center; align-self: center;
`; `;
const AlbyImage = styled.img`
width: 50px;
border-radius: 5%;
`;
const Bold = styled.span` const Bold = styled.span`
font-weight: 600; font-weight: 600;
letter-spacing: -0.5px; letter-spacing: -0.5px;
@@ -313,6 +318,13 @@ export const Providers = () => (
</ImageWrapper> </ImageWrapper>
<ProviderSignUpButton target="_blank" href="https://galoy.io/bitcoin-beach/">Download Wallet</ProviderSignUpButton> <ProviderSignUpButton target="_blank" href="https://galoy.io/bitcoin-beach/">Download Wallet</ProviderSignUpButton>
</ProviderCard> </ProviderCard>
<ProviderCard>
<ImageWrapper>
<AlbyImage src={'/images/alby.png'} alt="Alby" />
<DomainURL>you@getalby.com</DomainURL>
</ImageWrapper>
<ProviderSignUpButton target="_blank" href="https://getalby.com">Open Alby</ProviderSignUpButton>
</ProviderCard>
<ProviderCard> <ProviderCard>
<ImageWrapper> <ImageWrapper>
<BTCPayImage src={'/images/noah.svg'} alt="Noah" style={{ width: '115px' }} /> <BTCPayImage src={'/images/noah.svg'} alt="Noah" style={{ width: '115px' }} />