Add alby to other parts of the site

This commit is contained in:
secondl1ght
2022-02-10 09:39:47 -07:00
parent 0256a9870b
commit ef93b764ba
3 changed files with 17 additions and 1 deletions

View File

@@ -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' }} />