fragment and launchkit url

This commit is contained in:
Steve Klebanoff
2018-12-17 15:39:02 -08:00
parent 248a3998cf
commit 62f5c58d83

View File

@@ -107,13 +107,17 @@ export class NextLaunchKit extends React.Component {
}
const HeroActions = () => (
<>
<React.Fragment>
<Button href="https://github.com/0xProject/0x-launch-kit" isInline={true}>
Get Started
</Button>
<Button to={WebsitePaths.Why} isTransparent={true} isInline={true}>
<Button
to={'https://blog.0xproject.com/introducing-the-0x-launch-kit-4acdc3453585'}
isTransparent={true}
isInline={true}
>
Learn More
</Button>
</>
</React.Fragment>
);