Update community.js

This commit is contained in:
LightningTipBot
2021-09-20 19:57:14 +02:00
committed by GitHub
parent 55e1ac30ed
commit 0cd5e9ff83

View File

@@ -410,7 +410,7 @@ const WALLETS = [
url: 'https://phoenix.acinq.co/', url: 'https://phoenix.acinq.co/',
}, },
{ {
name: 'LNBits', name: 'LNTXBot',
image: '/images/lntxbot.png', image: '/images/lntxbot.png',
downloadText: 'Open LNTXBot', downloadText: 'Open LNTXBot',
url: 'https://t.me/lntxbot/', url: 'https://t.me/lntxbot/',
@@ -421,6 +421,12 @@ const WALLETS = [
downloadText: 'Open LNBits', downloadText: 'Open LNBits',
url: 'https://lnbits.com/', url: 'https://lnbits.com/',
}, },
{
name: '@LightningTipBot',
image: '/images/lightningtipbot.svg',
downloadText: 'Open @LightningTipBot',
url: 'https://t.me/LightningTipBot',
},
]; ];
export const Community = () => ( export const Community = () => (