Add Alby to all applicable parts of the site

This commit is contained in:
secondl1ght
2021-12-05 11:31:27 -07:00
parent f786388c53
commit 76e0614d9e
6 changed files with 38 additions and 2 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;
@@ -299,6 +304,13 @@ export const Providers = () => (
</ImageWrapper>
<ProviderSignUpButton target="_blank" href="https://t.me/LightningTipBot">Open Telegram</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' }} />