Fix footer links

This commit is contained in:
Fabio Berger
2019-01-11 00:45:26 +01:00
parent dc20429bca
commit a516b00a03

View File

@@ -22,7 +22,7 @@ const Footer: React.StatelessComponent<{}> = () => (
<List>
{_.map(tools, ({ title, subtitle, icon, name }) => (
<ListItem key={title}>
<ListLink href={`/${name}`}>
<ListLink href={`http://sol-${name}.com`}>
<Icon as={icon as 'svg'} />
<div>
<Beta>{title}</Beta>