aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/ts/@next/components/sections/landing/about.tsx7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx
index d8b58d07c..e17cd0457 100644
--- a/packages/website/ts/@next/components/sections/landing/about.tsx
+++ b/packages/website/ts/@next/components/sections/landing/about.tsx
@@ -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={{