Skip to content

Commit 70d473c

Browse files
authored
Merge pull request #387 from Shrestha7/master
[fix]: social icons url
2 parents 3d2510a + d8139bc commit 70d473c

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)