add keyoxide logo; adjust icon css to fit non-svg imgs

This commit is contained in:
Ginger Wong
2021-01-09 16:32:07 -08:00
parent 86a874df06
commit ce3a47d5f4
4 changed files with 10 additions and 44 deletions

View File

@@ -1,4 +1,3 @@
// x, y pixel positions of /img/platform-logos.gif image.
export const SOCIAL_PLATFORMS = {
default: {
name: "default",
@@ -77,4 +76,8 @@ export const SOCIAL_PLATFORMS = {
name: "Ko-Fi",
icon: '/img/socialhandles/ko-fi.svg',
},
keyoxide: {
name: "Key Oxide",
icon: '/img/socialhandles/keyoxide.png',
},
};