We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1846e + a5389b6 commit 6253936Copy full SHA for 6253936
src/components/markdownPreview.js
@@ -123,7 +123,7 @@ export const DisplaySocial = props => {
123
export const SocialPreview = props => {
124
let viewSocial = false
125
const icon_base_url =
126
- "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/";
127
Object.keys(props.social).forEach(key => {
128
if (props.social[key] && key != "github") viewSocial = true
129
})
0 commit comments