Fix social icons base link

This commit is contained in:
Puneet Gopinath
2021-04-26 09:55:03 +03:00
committed by GitHub
parent 4a1846e7df
commit a5389b6646
+1 -1
View File
@@ -123,7 +123,7 @@ export const DisplaySocial = props => {
export const SocialPreview = props => {
let viewSocial = false
const icon_base_url =
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/";
Object.keys(props.social).forEach(key => {
if (props.social[key] && key != "github") viewSocial = true
})