Skip to content

Commit f21bbf2

Browse files
committed
Dev logo svg neutral icon added
1 parent 9eb2ab1 commit f21bbf2

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)