Remove @getalby.com for now

This commit is contained in:
secondl1ght
2021-12-06 09:45:45 -07:00
parent 76e0614d9e
commit b9cb9770b4
3 changed files with 0 additions and 18 deletions

View File

@@ -348,11 +348,6 @@ const SATDRESS_SERVERS = [
urlLink: 'https://tinytip.me',
urlText: '@tinytip.me',
},
{
urlLink: 'https://getalby.com',
urlText: '@getalby.com',
},
];
const BRIDGE_SERVERS = [

View File

@@ -253,7 +253,6 @@ export class Hero extends PureComponent {
<LoopedTextPart>zebedee.io</LoopedTextPart>
<LoopedTextPart>coinos.io</LoopedTextPart>
<LoopedTextPart>ln.tips</LoopedTextPart>
<LoopedTextPart>getalby.com</LoopedTextPart>
</TextLoop>
</LoopWrapper>
</Fade>

View File

@@ -204,11 +204,6 @@ 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;
@@ -304,13 +299,6 @@ 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' }} />