diff --git a/components/community.js b/components/community.js index 85815e3..6dfdaf6 100644 --- a/components/community.js +++ b/components/community.js @@ -367,6 +367,11 @@ const BRIDGE_SERVERS = [ urlText: 'Ligess', description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.', }, + { + urlLink: 'https://github.com/bumi/lnme', + urlText: 'LnMe', + description: 'Self-hosted Lightning Address server and personal payment page.', + }, ]; const WALLETS = [ diff --git a/components/footer.js b/components/footer.js index 53717eb..26ea4fc 100644 --- a/components/footer.js +++ b/components/footer.js @@ -88,6 +88,10 @@ const FOOTER = [ link: 'https://github.com/dolu89/ligess', title: 'Ligess' }, + { + link: 'https://github.com/bumi/lnme', + title: 'LnMe' + }, ] }, ];