From 68bf954fd439065786d8580e101a3ceff9945d4f Mon Sep 17 00:00:00 2001 From: Shreyansh shrey Date: Fri, 23 Jul 2021 11:35:41 +0530 Subject: [PATCH] change dicord emoji --- src/components/Footer/Footer.jsx | 189 +++++++++++++++++-------------- 1 file changed, 104 insertions(+), 85 deletions(-) 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 ( + + ); }