Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthpabbati committed Oct 22, 2024
1 parent f93c080 commit 96de28b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import React from "react";
import PropTypes from "prop-types";

import devDotToIcon from "../images/socials/devdotto.svg";
// import devDotToIcon from "../images/socials/devdotto.svg";
import envelopeIcon from "../images/socials/envelope.svg";
import gitHubIcon from "../images/socials/github.svg";
import instagramIcon from "../images/socials/instagram.svg";
Expand Down Expand Up @@ -64,11 +64,7 @@ const Footer = (props) => {
<img src={envelopeIcon} alt="email" className="socialIcon" />
</a>
)}
{/* {devDotTo && (
<a href={`https://dev.to/${devDotTo}`} target="_blank" rel="noopener noreferrer">
<img src={devDotToIcon} alt="Dev.to" className="socialIcon" />
</a>
)} */}

{gitHub && (
<a href={`https://github.com/ezeslucky${gitHub}`} target="_blank" rel="noopener noreferrer">
<img src={gitHubIcon} alt="GitHub" className="socialIcon" />
Expand Down

0 comments on commit 96de28b

Please sign in to comment.