mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
Add alby to other parts of the site
This commit is contained in:
@@ -204,6 +204,11 @@ const BTCPayImage = styled.img`
|
||||
align-self: center;
|
||||
`;
|
||||
|
||||
const AlbyImage = styled.img`
|
||||
width: 50px;
|
||||
border-radius: 5%;
|
||||
`;
|
||||
|
||||
const Bold = styled.span`
|
||||
font-weight: 600;
|
||||
letter-spacing: -0.5px;
|
||||
@@ -313,6 +318,13 @@ export const Providers = () => (
|
||||
</ImageWrapper>
|
||||
<ProviderSignUpButton target="_blank" href="https://galoy.io/bitcoin-beach/">Download Wallet</ProviderSignUpButton>
|
||||
</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>
|
||||
<ImageWrapper>
|
||||
<BTCPayImage src={'/images/noah.svg'} alt="Noah" style={{ width: '115px' }} />
|
||||
|
||||
Reference in New Issue
Block a user