diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index fde746c..74cc80e 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -1,87 +1,106 @@ -import React from 'react'; -import styles from './footer.module.scss'; -import Logo from './../../assets/_logo/logo.png'; -import UseAnimations from 'react-useanimations'; -import github from 'react-useanimations/lib/github'; -import linkedin from 'react-useanimations/lib/linkedin'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faDiscord } from '@fortawesome/free-brands-svg-icons'; +import React from "react"; +import styles from "./footer.module.scss"; +import Logo from "./../../assets/_logo/logo.png"; +import UseAnimations from "react-useanimations"; +import github from "react-useanimations/lib/github"; +import linkedin from "react-useanimations/lib/linkedin"; export default function Footer(props) { - return ( - - ); + return ( + + ); }