Just fixes those warnings on icons

This commit is contained in:
Ezekiel Aquino
2018-11-30 14:17:49 +01:00
parent 0883f7087b
commit 46aa446a61

View File

@@ -101,14 +101,14 @@ export const NextLanding = () => (
<Wrap>
<Column bgColor="#003831" colWidth="1/2" padLarge>
<WrapCentered>
<Icon as={IconReadyToBuild as 'svg'} />
<IconReadyToBuild />
Ready to build on 0x?
</WrapCentered>
</Column>
<Column bgColor="#003831" colWidth="1/2" padLarge>
<WrapCentered>
<Icon as={IconReadyToBuild as 'svg'} />
<IconReadyToBuild />
Ready to build on 0x?
</WrapCentered>
</Column>