Added LiberaPay, LBRY and Odysee to social networks (#821)

* Added LiberaPay, LBRY and Odysee to social networks

* Solved faulty map
This commit is contained in:
Gustavo H. M. Silva
2021-03-15 04:48:23 +00:00
committed by GitHub
parent 777de9fbf4
commit d10a1c1baa
4 changed files with 179 additions and 0 deletions

View File

@@ -96,6 +96,18 @@ func GetAllSocialHandles() map[string]SocialHandle {
Platform: "YouTube",
Icon: "/img/platformlogos/youtube.svg",
},
"odysee": {
Platform: "Odysee",
Icon: "/img/platformlogos/odysee.svg",
},
"lbry": {
Platform: "LBRY",
Icon: "/img/platformlogos/lbry.svg",
},
"liberapay": {
Platform: "LiberaPay",
Icon: "/img/platformlogos/liberapay.svg",
},
"donate": {
Platform: "Donations",
Icon: "/img/platformlogos/donate.svg",