Skip to content

Commit

Permalink
refactor: update socials
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed May 13, 2024
1 parent 29c4f43 commit fb7196c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions src/components/Contacts.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import FacebookIcon from "@/src/components/icons/FacebookIcon";
import GitHubIcon from "@/src/components/icons/GitHubIcon";
import InstagramIcon from "@/src/components/icons/InstagramIcon";
import LinkedInIcon from "@/src/components/icons/LinkedInIcon";
import XIcon from "@/src/components/icons/XIcon";
import ThemeSwitcher from "@/src/components/other/ThemeSwitcher";
import { ReactElement } from "react";

Expand All @@ -17,16 +15,6 @@ const contacts = [
href: "https://linkedin.com/in/AlanMorel",
Icon: LinkedInIcon
},
{
type: "Facebook",
href: "https://facebook.com/AlanMorelX",
Icon: FacebookIcon
},
{
type: "X",
href: "https://x.com/AlanMorelX",
Icon: XIcon
},
{
type: "Instagram",
href: "https://instagram.com/AlanMorelX",
Expand Down
2 changes: 0 additions & 2 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"contacts": {
"Github": "https://github.com/AlanMorel",
"LinkedIn": "https://linkedin.com/in/AlanMorel",
"Facebook": "https://www.facebook.com/AlanMorelX",
"Twitter": "https://www.twitter.com/AlanMorelX",
"Instagram": "https://instagram.com/AlanMorelX"
},
"resume": {
Expand Down

0 comments on commit fb7196c

Please sign in to comment.