fix type for svg icon in footer

This commit is contained in:
August Skare 2018-11-20 15:30:49 +01:00
parent 6919409c2b
commit ad0083dfa0

View File

@ -23,7 +23,7 @@ const Footer: React.StatelessComponent<{}> = () => (
{_.map(tools, ({ title, subtitle, icon }) => (
<ListItem key={title}>
<ListLink href="#">
<Icon as={icon} />
<Icon as={icon as 'svg'} />
<div>
<Beta>{title}</Beta>
<p>{subtitle}</p>