mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 13:24:22 +01:00
Remove @getalby.com for now
This commit is contained in:
@@ -348,11 +348,6 @@ const SATDRESS_SERVERS = [
|
|||||||
urlLink: 'https://tinytip.me',
|
urlLink: 'https://tinytip.me',
|
||||||
urlText: '@tinytip.me',
|
urlText: '@tinytip.me',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
urlLink: 'https://getalby.com',
|
|
||||||
urlText: '@getalby.com',
|
|
||||||
},
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const BRIDGE_SERVERS = [
|
const BRIDGE_SERVERS = [
|
||||||
|
|||||||
@@ -253,7 +253,6 @@ export class Hero extends PureComponent {
|
|||||||
<LoopedTextPart>zebedee.io</LoopedTextPart>
|
<LoopedTextPart>zebedee.io</LoopedTextPart>
|
||||||
<LoopedTextPart>coinos.io</LoopedTextPart>
|
<LoopedTextPart>coinos.io</LoopedTextPart>
|
||||||
<LoopedTextPart>ln.tips</LoopedTextPart>
|
<LoopedTextPart>ln.tips</LoopedTextPart>
|
||||||
<LoopedTextPart>getalby.com</LoopedTextPart>
|
|
||||||
</TextLoop>
|
</TextLoop>
|
||||||
</LoopWrapper>
|
</LoopWrapper>
|
||||||
</Fade>
|
</Fade>
|
||||||
|
|||||||
@@ -204,11 +204,6 @@ 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;
|
||||||
@@ -304,13 +299,6 @@ export const Providers = () => (
|
|||||||
</ImageWrapper>
|
</ImageWrapper>
|
||||||
<ProviderSignUpButton target="_blank" href="https://t.me/LightningTipBot">Open Telegram</ProviderSignUpButton>
|
<ProviderSignUpButton target="_blank" href="https://t.me/LightningTipBot">Open Telegram</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' }} />
|
||||||
|
|||||||
Reference in New Issue
Block a user