footer props
This commit is contained in:
parent
174b941a64
commit
54ee97e53b
|
@ -21,7 +21,7 @@ const FontIcon = styled(FontAwesomeIcon)`
|
|||
|
||||
`;
|
||||
|
||||
const Footer = () => {
|
||||
const Footer = (props) => {
|
||||
return (
|
||||
<WhiteSection>
|
||||
<ContainerPadded fluid>
|
||||
|
|
|
@ -47,7 +47,6 @@ export default function NavBar() {
|
|||
</div>
|
||||
<div class="dd_right">
|
||||
<ul>
|
||||
|
||||
<li>Settings</li>
|
||||
<li>Logout</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue