diff --git a/src/components/markdown.js b/src/components/markdown.js index d1b4bf6..e796f49 100644 --- a/src/components/markdown.js +++ b/src/components/markdown.js @@ -61,7 +61,7 @@ const Markdown = (props) => { } const isSocial = (social) => { return (social.dev || social.twitter || social.codepen || social.codesandbox || social.stackoverflow - || social.linkedin || social.kaggle || social.instagram || social.fb || social.dribbble || social.behance || social.medium || social.youtube); + || social.linkedin || social.kaggle || social.instagram || social.fb || social.dribbble || social.behance || social.medium || social.youtube|| social.codechef|| social.hackerrank|| social.codeforces|| social.leetcode|| social.topcoder|| social.hackerearth|| social.geeks_for_geeks); } const DisplaySkills = (props) => { const listChosenSkills = []; @@ -140,9 +140,23 @@ const Markdown = (props) => { username={props.social.medium} /> <> + <> + <> + <> + <> + <> + <> + <> {isSocial(props.social) ? `

` : ''} ); }; -export default Markdown; \ No newline at end of file +export default Markdown;