diff --git a/package.json b/package.json index fe88710ec..838de4271 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,8 @@ "preview": "vite preview" }, "dependencies": { + "@fortawesome/free-brands-svg-icons": "^6.6.0", + "@fortawesome/react-fontawesome": "^0.2.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-social-icons": "^6.17.0" diff --git a/src/components/details-card/index.tsx b/src/components/details-card/index.tsx index 64b5e4d1c..e17c34474 100644 --- a/src/components/details-card/index.tsx +++ b/src/components/details-card/index.tsx @@ -21,9 +21,7 @@ import { faGithub, faXTwitter, faInstagram, - faReadme, - faUpwork, - faWpbeginner + faReadme } from "@fortawesome/free-brands-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; @@ -141,7 +139,7 @@ const DetailsCard = ({ profile, loading, social, github }: Props) => { )} {social?.instagram && ( } + icon={} title="" value="" link={`https://www.instagram.com/${social.instagram}`}