diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 327c27d..017033b 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -1,4 +1,6 @@ import React from "react"; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faLinkedin, faGithub } from "@fortawesome/free-brands-svg-icons"; function Footer() { return ( @@ -42,12 +44,12 @@ function Footer() {