Skip to content

Commit c7fc859

Browse files
authored
Merge pull request #443 from chandrikadeb7/chandrikadeb7-devlogo
fix #345: dev-dot-to logo
2 parents 9eb2ab1 + f21bbf2 commit c7fc859

File tree

3 files changed

+4305
-2
lines changed

3 files changed

+4305
-2
lines changed

src/components/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ const Markdown = props => {
392392
<>
393393
<DisplaySocial
394394
base="https://dev.to"
395-
icon="https://cdn.jsdelivr.net/npm/[email protected]/icons/dev-dot-to.svg"
395+
icon={icon_base_url + "devto.svg"}
396396
username={props.social.dev}
397397
/>
398398
</>

src/components/markdownPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const SocialPreview = props => {
140140
<>
141141
<DisplaySocial
142142
base="https://dev.to"
143-
icon="https://cdn.jsdelivr.net/npm/[email protected]/icons/dev-dot-to.svg"
143+
icon={icon_base_url + "devto.svg"}
144144
username={props.social.dev}
145145
/>
146146
</>

0 commit comments

Comments
 (0)