diff --git a/client/src/component/Footer.js b/client/src/component/Footer.js index ea4aecd27..e454c4ceb 100644 --- a/client/src/component/Footer.js +++ b/client/src/component/Footer.js @@ -1,5 +1,4 @@ import React from 'react'; -import logo from '../images/logo.png'; import styled from 'styled-components'; const FooterContainer = styled.div` @@ -8,6 +7,10 @@ const FooterContainer = styled.div` color: white; align-items: center; padding: 20px 30px; + + > ul { + list-style: none; + } `; const Footer = () => { @@ -22,7 +25,6 @@ const Footer = () => { Copyright © {thisYear()}