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 }) => (
|
{_.map(tools, ({ title, subtitle, icon }) => (
|
||||||
<ListItem key={title}>
|
<ListItem key={title}>
|
||||||
<ListLink href="#">
|
<ListLink href="#">
|
||||||
<Icon as={icon} />
|
<Icon as={icon as 'svg'} />
|
||||||
<div>
|
<div>
|
||||||
<Beta>{title}</Beta>
|
<Beta>{title}</Beta>
|
||||||
<p>{subtitle}</p>
|
<p>{subtitle}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user