Skip to content

Commit a5389b6

Browse files
Fix social icons base link
1 parent 4a1846e commit a5389b6

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)