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

@@ -348,6 +348,10 @@ const SATDRESS_SERVERS = [
urlLink: 'https://tinytip.me',
urlText: '@tinytip.me',
},
{
urlLink: 'https://getalby.com',
urlText: '@getalby.com',
},
];
@@ -445,6 +449,16 @@ const WALLETS = [
downloadText: 'Open @LightningTipBot',
url: 'https://t.me/LightningTipBot',
},
{
name: 'Alby',
image: '/images/alby.png',
downloadText: 'Open Alby',
url: 'https://getalby.com',
imageStyle: {
width: '50px',
borderRadius: '5%',
},
},
];
export const Community = () => (