Skip to content

Commit

Permalink
Merge pull request #1741 from Soumya6Tiwari/main
Browse files Browse the repository at this point in the history
Added Social Media icon
  • Loading branch information
codervivek5 authored Jul 8, 2024
2 parents 1315b71 + d8c4e00 commit 5ccb81d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./Footer.css"; // Ensure this CSS file exists with the provided styles
import instagramIcon from "./image/in.png";
import xIcon from "./image/tw.png";
import linkedinIcon from "./image/li.png";
import githubIcon from "./image/github (1).png";
import facebookIcon from "./image/meta.png";
import { Link } from "react-router-dom";
import Logo from "../../assets/images/Logo.svg";
Expand All @@ -11,7 +12,7 @@ import googlePlay from "../../assets/google-play.png";
const Footer = () => {
const scrollToTop = () => {
window.scrollTo({
top: 0,
top: 0,
behavior: "smooth",
});
};
Expand Down Expand Up @@ -188,6 +189,9 @@ const Footer = () => {
src="https://cdn.lordicon.com/fjuachvi.json"
trigger="hover"></lord-icon>
</a>
<a href="https://github.com/codervivek5/">
<img src={githubIcon} alt="Github"/>
</a>
</div>
</div>
</div>
Expand All @@ -214,4 +218,4 @@ const Footer = () => {
);
};

export default Footer;
export default Footer;
Binary file added src/components/Footer/image/github (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ccb81d

Please sign in to comment.