Skip to content

Commit d8139bc

Browse files
committed
fixed social icons
1 parent 6253936 commit d8139bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const DisplaySupport = props => {
276276
}
277277
const Markdown = props => {
278278
const icon_base_url =
279-
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
279+
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/";
280280

281281
return (
282282
<div id="markdown-content" className="break-words">

0 commit comments

Comments
 (0)