Skip to content

Commit 9cb1b35

Browse files
committed
[update]: icon-base-url for social
1 parent 2c2cdb3 commit 9cb1b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/MaheshBharadwaj/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
279+
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
280280

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

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/MaheshBharadwaj/github-profile-readme-generator/neutral-icons/src/images/icons/Social/";
126+
"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/neutral-icons/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)