aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-tools-pages/ts/components/footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/footer.tsx b/packages/dev-tools-pages/ts/components/footer.tsx
index e18a255e4..04fd9b88e 100644
--- a/packages/dev-tools-pages/ts/components/footer.tsx
+++ b/packages/dev-tools-pages/ts/components/footer.tsx
@@ -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>