Fix missed Link
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user