Skip to content

Commit 6253936

Browse files
author
Savitha Gollamudi
authored
Merge pull request #384 from PuneetGopinath/patch-1
Fix social icons base link
2 parents 4a1846e + a5389b6 commit 6253936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/markdownPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const DisplaySocial = props => {
123123
export const SocialPreview = props => {
124124
let viewSocial = false
125125
const icon_base_url =
126-
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
126+
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/";
127127
Object.keys(props.social).forEach(key => {
128128
if (props.social[key] && key != "github") viewSocial = true
129129
})

0 commit comments

Comments
 (0)