diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 7b947bbc..85b1eb6f 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -5,6 +5,7 @@ import Row from 'react-bootstrap/Row'; import Image from 'react-bootstrap/Image'; import Link from 'next/link'; import moment from 'moment'; +import styles from './Footer.module.scss'; function Footer() { const [mobileView, setMobileView] = useState(); @@ -20,13 +21,13 @@ function Footer() { }); }, []); return ( -