chore: footer add

This commit is contained in:
Andre Neves
2021-09-06 19:48:00 -04:00
parent 12f88f2a8e
commit 8a17954d46

View File

@@ -35,10 +35,22 @@ const FOOTER = [
{ {
title: 'Sending', title: 'Sending',
items: [ items: [
{
link: 'https://zebedee.io/wallet',
title: 'ZEBEDEE Wallet'
},
{
link: 'https://bluewallet.io/',
title: 'BlueWallet'
},
{ {
link: 'https://blixtwallet.com/', link: 'https://blixtwallet.com/',
title: 'Blixt Wallet' title: 'Blixt Wallet'
}, },
{
link: 'https://phoenix.acinq.co/',
title: 'Phoenix'
},
{ {
link: 'https://lightning-wallet.com/', link: 'https://lightning-wallet.com/',
title: 'Simple Bitcoin Wallet' title: 'Simple Bitcoin Wallet'
@@ -47,10 +59,6 @@ const FOOTER = [
link: 'https://lntxbot.fiatjaf.com/', link: 'https://lntxbot.fiatjaf.com/',
title: 'LNTXBOT Telegram Bot' title: 'LNTXBOT Telegram Bot'
}, },
{
link: 'https://zebedee.io/wallet',
title: 'ZEBEDEE Wallet'
},
{ {
link: 'https://lnbits.com', link: 'https://lnbits.com',
title: 'LNBits' title: 'LNBits'