File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1010import React from "react" ;
1111import PropTypes from "prop-types" ;
1212
13- import devDotToIcon from "../images/socials/devdotto.svg" ;
13+ // import devDotToIcon from "../images/socials/devdotto.svg";
1414import envelopeIcon from "../images/socials/envelope.svg" ;
1515import gitHubIcon from "../images/socials/github.svg" ;
1616import instagramIcon from "../images/socials/instagram.svg" ;
@@ -64,11 +64,7 @@ const Footer = (props) => {
6464 < img src = { envelopeIcon } alt = "email" className = "socialIcon" />
6565 </ a >
6666 ) }
67- { /* {devDotTo && (
68- <a href={`https://dev.to/${devDotTo}` } target="_blank" rel="noopener noreferrer">
69- <img src={devDotToIcon} alt="Dev.to" className="socialIcon" />
70- </a>
71- )} */ }
67+
7268 { gitHub && (
7369 < a href = { `https://github.com/ezeslucky${ gitHub } ` } target = "_blank" rel = "noopener noreferrer" >
7470 < img src = { gitHubIcon } alt = "GitHub" className = "socialIcon" />
You can’t perform that action at this time.
0 commit comments