Fix missed Link

This commit is contained in:
Ezekiel Aquino
2018-12-13 16:41:42 +01:00
parent 81690d1ce5
commit 41a8dd3e28

View File

@@ -1,7 +1,7 @@
import * as React from 'react';
import styled from 'styled-components';
import {Link} from 'ts/@next/components/button';
import {Button} from 'ts/@next/components/button';
import {Icon, InlineIconWrap} from 'ts/@next/components/icon';
import {Column, FlexWrap, Section} from 'ts/@next/components/newLayout';
import {Heading, Paragraph} from 'ts/@next/components/text';
@@ -32,14 +32,13 @@ export const SectionLandingAbout = () => (
near existed before.
</Paragraph>
<Link
<Button
href="#"
isTransparent={true}
isWithArrow={true}
isAccentColor={true}
>
Discover how developers use 0x
</Link>
</Button>
<hr
style={{