diff --git a/src/components/Footer.js b/src/components/Footer.js index 90a6b41..9a948a5 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -3,6 +3,9 @@ import styled from 'styled-components'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faFacebook, faTwitter, faInstagram } from "@fortawesome/free-brands-svg-icons"; import { faEnvelope } from "@fortawesome/free-solid-svg-icons"; +import { Facebook,Twitter, Instagram } from "@styled-icons/fa-brands"; +import { Envelope } from "@styled-icons/fa-solid"; + import { Container } from 'react-bootstrap'; @@ -16,19 +19,38 @@ const WhiteSection = styled.footer` background: ${ props => props.background || "white"}; `; -const FontIcon = styled(FontAwesomeIcon)` - margin: 20px 10px; - +const FacebookIcon = styled(Facebook)` + margin: 20px 10px; + width: 16px; + height: 16px; `; +const TwitterIcon = styled(Twitter)` + margin: 20px 10px; + width: 16px; + height: 16px; +`; +const InstagramIcon = styled(Instagram)` + margin: 20px 10px; + width: 16px; + height: 16px; + color:#66bfbf; +`; +const EnvelopeIcon = styled(Envelope)` + margin: 20px 10px; + width: 16px; + height: 16px; +`; + + const Footer = (props) => { return ( - - - - + + + +

© Copyright 2020 Locaft

Terms and Conditions