Update call-to-action links
This commit is contained in:
@@ -127,7 +127,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
|
||||
className={`flex clearfix sm-mx-auto ${isSmallScreen ? 'justify-center' : ''}`}
|
||||
>
|
||||
<Container paddingRight="20px">
|
||||
<Link to={WebsitePaths.Docs}>
|
||||
<Link to={constants.URL_LAUNCH_KIT} shouldOpenInNewTab={true}>
|
||||
<Button
|
||||
padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
|
||||
borderRadius="4px"
|
||||
@@ -140,7 +140,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
|
||||
</Link>
|
||||
</Container>
|
||||
<div>
|
||||
<Link to={WebsitePaths.Portal}>
|
||||
<Link to={constants.URL_LAUNCH_KIT_BLOG_POST} shouldOpenInNewTab={true}>
|
||||
<Button
|
||||
backgroundColor={lighterBackgroundColor}
|
||||
borderColor={colors.white}
|
||||
@@ -233,7 +233,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
|
||||
paddingTop="5px"
|
||||
>
|
||||
<Container paddingRight="20px">
|
||||
<Link to={WebsitePaths.Docs}>
|
||||
<Link to={constants.URL_LAUNCH_KIT} shouldOpenInNewTab={true}>
|
||||
<Button
|
||||
padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
|
||||
borderRadius="4px"
|
||||
@@ -247,7 +247,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
|
||||
</Link>
|
||||
</Container>
|
||||
<div>
|
||||
<Link to={constants.URL_ZEROEX_CHAT}>
|
||||
<Link to={constants.URL_ZEROEX_CHAT} shouldOpenInNewTab={true}>
|
||||
<Button
|
||||
padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
|
||||
borderRadius="4px"
|
||||
|
||||
@@ -95,6 +95,8 @@ export const constants = {
|
||||
URL_TWITTER: 'https://twitter.com/0xproject',
|
||||
URL_WETH_IO: 'https://weth.io/',
|
||||
URL_ZEROEX_CHAT,
|
||||
URL_LAUNCH_KIT: 'https://github.com/0xProject/0x-launch-kit',
|
||||
URL_LAUNCH_KIT_BLOG_POST: 'https://blog.0xproject.com',
|
||||
URL_WEB3_DOCS: 'https://github.com/ethereum/wiki/wiki/JavaScript-API',
|
||||
URL_WEB3_DECODED_LOG_ENTRY_EVENT:
|
||||
'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L123',
|
||||
|
||||
Reference in New Issue
Block a user