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:
committed by
GitHub
parent
777de9fbf4
commit
d10a1c1baa
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user