diff --git a/components/community.js b/components/community.js index 1473a67..8af5b77 100644 --- a/components/community.js +++ b/components/community.js @@ -347,7 +347,6 @@ const SATDRESS_SERVERS = [ { urlLink: 'https://tinytip.me', urlText: '@tinytip.me', - }, { urlLink: 'https://sats.pm', @@ -357,6 +356,10 @@ const SATDRESS_SERVERS = [ urlLink: 'https://lnpay.cz', urlText: '@lnpay.cz', }, + { + urlLink: 'https://getalby.com', + urlText: '@getalby.com', + }, ]; const BRIDGE_SERVERS = [ diff --git a/components/hero.js b/components/hero.js index 6e3b2c3..decef54 100644 --- a/components/hero.js +++ b/components/hero.js @@ -257,6 +257,7 @@ export class Hero extends PureComponent { bitrefill.me fbtc.me lnmarkets.com + getalby.com diff --git a/components/providers.js b/components/providers.js index 063b2d1..5d84415 100644 --- a/components/providers.js +++ b/components/providers.js @@ -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 = () => ( Download Wallet + + + + you@getalby.com + + Open Alby +