removed unused prop def from footer component

This commit is contained in:
August Skare
2018-11-19 09:07:05 +01:00
parent cd333e0977
commit b88e2c5483

View File

@@ -116,10 +116,7 @@ const ListItem = styled.li`
`};
`;
const ListLink =
styled.a <
{ hoverColor: string } >
`
const ListLink = styled.a`
display: flex;
align-items: center;
:hover {