Clean up header

This commit is contained in:
Ezekiel Aquino
2018-12-11 10:48:28 +01:00
parent 0a05ef36a6
commit 3652b8270a

View File

@@ -105,14 +105,14 @@ export class Header extends React.Component<HeaderProps, HeaderState> {
<Nav>
<MobileProductLinksWrap>
{_.map(mobileProductLinks, (link, index) => (
<StyledLink
<Link
key={`productlink-${index}`}
href={link.url}
isTransparent={true}
isNoBorder={true}
>
{link.text}
</StyledLink>
</Link>
))}
</MobileProductLinksWrap>