fixed linting + prettier issues

This commit is contained in:
David Sun
2019-02-27 15:34:24 -05:00
parent faac286f70
commit 03ed057ff6
3 changed files with 5 additions and 6 deletions

View File

@@ -193,10 +193,9 @@ export const NextAboutTeam = () => (
title="We are a global, growing team" title="We are a global, growing team"
description={ description={
<Paragraph size="medium" marginBottom="60px" isMuted={0.65}> <Paragraph size="medium" marginBottom="60px" isMuted={0.65}>
We are a distributed team with backgrounds in engineering, academic research, business, and design. We are a distributed team with backgrounds in engineering, academic research, business, and design. The
The 0x Core Team is passionate about accelerating the adoption decentralized technology and believe 0x Core Team is passionate about accelerating the adoption decentralized technology and believe in its
in its potential to be an equalizing force in the world. Join us and do the most impactful work of potential to be an equalizing force in the world. Join us and do the most impactful work of your life.
your life.
</Paragraph> </Paragraph>
} }
linkLabel="Join the team" linkLabel="Join the team"

View File

@@ -18,7 +18,7 @@ export class NotFound extends React.Component<NotFoundProps> {
public render(): React.ReactNode { public render(): React.ReactNode {
return ( return (
<SiteWrap isFullScreen={true}> <SiteWrap isFullScreen={true}>
<DocumentTitle { ...documentConstants.LANDING } /> <DocumentTitle {...documentConstants.LANDING} />
<FullscreenMessage <FullscreenMessage
headerText={'404'} headerText={'404'}

View File

@@ -77,7 +77,7 @@ export const constants = {
URL_BLOG: 'https://blog.0xproject.com', URL_BLOG: 'https://blog.0xproject.com',
URL_DISCOURSE_FORUM: 'https://forum.0x.org', URL_DISCOURSE_FORUM: 'https://forum.0x.org',
URL_ECOSYSTEM_APPLY: 'https://0x.smapply.io/', URL_ECOSYSTEM_APPLY: 'https://0x.smapply.io/',
URL_EXTENSIONS_BLOG_POST: '', URL_EXTENSIONS_BLOG_POST: 'https://blog.0xproject.com/0x-extensions-enabling-new-types-of-exchange-1db0bf6125b6',
URL_ECOSYSTEM_BLOG_POST: 'https://blog.0xproject.com/announcing-the-0x-ecosystem-acceleration-program-89d1cb89d565', URL_ECOSYSTEM_BLOG_POST: 'https://blog.0xproject.com/announcing-the-0x-ecosystem-acceleration-program-89d1cb89d565',
URL_VOTE_BLOG_POST: 'https://blog.0xproject.com/zeip-23-trade-bundles-of-assets-fe69eb3ed960', URL_VOTE_BLOG_POST: 'https://blog.0xproject.com/zeip-23-trade-bundles-of-assets-fe69eb3ed960',
URL_FIREFOX_U2F_ADDON: 'https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/', URL_FIREFOX_U2F_ADDON: 'https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/',