Skip to content

Commit 96de28b

Browse files
footer
1 parent f93c080 commit 96de28b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Components/Footer.jsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import React from "react";
1111
import PropTypes from "prop-types";
1212

13-
import devDotToIcon from "../images/socials/devdotto.svg";
13+
// import devDotToIcon from "../images/socials/devdotto.svg";
1414
import envelopeIcon from "../images/socials/envelope.svg";
1515
import gitHubIcon from "../images/socials/github.svg";
1616
import 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" />

0 commit comments

Comments
 (0)