File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ const DisplaySupport = props => {
276276}
277277const 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" >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export const DisplaySocial = props => {
123123export 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 } )
You can’t perform that action at this time.
0 commit comments