Merge pull request #384 from PuneetGopinath/patch-1

Fix social icons base link
This commit is contained in:
Savitha Gollamudi
2021-05-01 16:29:04 +05:30
committed by GitHub
+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
})