Skip to content

Commit

Permalink
added profile link of chris
Browse files Browse the repository at this point in the history
  • Loading branch information
anjalsali committed Feb 15, 2024
1 parent b6e81be commit 182b850
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import adamProfile from "../assets/images/adam-profile-pic.png";
import mihaiProfile from "../assets/images/mihai-profile-pic.png";
import chrisProfile from "../assets/images/chris-profile-pic.png";



const Contact = () => {
const profileLinks = [
{
Expand All @@ -34,7 +32,7 @@ const Contact = () => {
{
name: "Chris Di Luca",
imgSrc: chrisProfile,
linkedInLink: "https://www.linkedin.com/",
linkedInLink: "https://www.linkedin.com/in/chris-di-luca-b519662a9/",
gitHubLink: "https://github.com/Revan369",
},
];
Expand Down Expand Up @@ -177,6 +175,6 @@ const Contact = () => {
</section>
</>
);
}
};

export default Contact;

0 comments on commit 182b850

Please sign in to comment.