fix type for svg icon in footer
This commit is contained in:
parent
6919409c2b
commit
ad0083dfa0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user