diff --git a/bun.lockb b/bun.lockb index 9638034..3af7f5e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d64400c..06fc23a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "lint:format": "prettier --write src" }, "dependencies": { + "@fortawesome/fontawesome-svg-core": "^6.6.0", + "@fortawesome/free-brands-svg-icons": "^6.6.0", + "@fortawesome/free-solid-svg-icons": "^6.6.0", + "@fortawesome/react-fontawesome": "^0.2.2", "react": "^18.3.1", "react-dom": "^18.3.1", "sass": "^1.80.6" diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index dc47961..defd7cd 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,4 +1,7 @@ import React from "react"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; +import { faInstagram, faLinkedin } from "@fortawesome/free-brands-svg-icons"; +import { faEnvelope } from "@fortawesome/free-solid-svg-icons"; import reactLogo from "../../assets/react.svg"; import "./Footer.scss"; @@ -15,15 +18,17 @@ export const Footer: React.FC = () => {
- Instagram + - LinkedIn + + + + - Email