From 90a1947c88aa72562634dccd7165939ff574bc09 Mon Sep 17 00:00:00 2001 From: fragosti Date: Mon, 17 Dec 2018 17:13:34 -0800 Subject: feat: make 0x.org #flawless --- packages/website/ts/@next/components/footer.tsx | 2 +- .../ts/@next/components/sections/landing/cta.tsx | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'packages/website/ts/@next/components') diff --git a/packages/website/ts/@next/components/footer.tsx b/packages/website/ts/@next/components/footer.tsx index 1e4d7789b..fedae5a1b 100644 --- a/packages/website/ts/@next/components/footer.tsx +++ b/packages/website/ts/@next/components/footer.tsx @@ -41,7 +41,7 @@ const linkRows: LinkRows[] = [ links: [ { url: WebsitePaths.Docs, text: 'Documentation' }, { url: constants.URL_GITHUB_ORG, text: 'GitHub', shouldOpenInNewTab: true }, - { url: constants.URL_PROTOCOL_SPECIFICATION, text: 'Protogcol Spec', shouldOpenInNewTab: true }, + { url: constants.URL_PROTOCOL_SPECIFICATION, text: 'Protocol Spec', shouldOpenInNewTab: true }, ], }, { diff --git a/packages/website/ts/@next/components/sections/landing/cta.tsx b/packages/website/ts/@next/components/sections/landing/cta.tsx index d0429755c..ec7f5d961 100644 --- a/packages/website/ts/@next/components/sections/landing/cta.tsx +++ b/packages/website/ts/@next/components/sections/landing/cta.tsx @@ -1,28 +1,23 @@ import * as React from 'react'; -import {BlockIconLink} from 'ts/@next/components/blockIconLink'; -import {Section} from 'ts/@next/components/newLayout'; +import { BlockIconLink } from 'ts/@next/components/blockIconLink'; +import { Section } from 'ts/@next/components/newLayout'; -import {AnimatedChatIcon} from 'ts/@next/components/animatedChatIcon'; -import {AnimatedCompassIcon} from 'ts/@next/components/animatedCompassIcon'; +import { AnimatedChatIcon } from 'ts/@next/components/animatedChatIcon'; +import { AnimatedCompassIcon } from 'ts/@next/components/animatedCompassIcon'; +import { WebsitePaths } from 'ts/types'; interface Props { onContactClick?: () => void; } export const SectionLandingCta = (props: Props) => ( -
+
} title="Ready to build on 0x?" linkLabel="Get Started" - linkUrl="https://0x.org/docs" + linkUrl={WebsitePaths.Docs} /> } -- cgit v1.2.3 From 2372925347d50bf9af42a9ee7e1414c585ff6419 Mon Sep 17 00:00:00 2001 From: fragosti Date: Mon, 17 Dec 2018 17:23:10 -0800 Subject: feat: update stats --- packages/website/ts/@next/components/sections/landing/about.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website/ts/@next/components') diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index 9c2c29446..00c36571a 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -38,9 +38,9 @@ export const SectionLandingAbout = () => ( /> -
+
-
+
-- cgit v1.2.3 From 230236d4d723c03201fa09913c8576ee8b97cb5c Mon Sep 17 00:00:00 2001 From: fragosti Date: Mon, 17 Dec 2018 17:24:46 -0800 Subject: fix: uppercase K --- packages/website/ts/@next/components/sections/landing/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/website/ts/@next/components') diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index 00c36571a..fa878324a 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -38,7 +38,7 @@ export const SectionLandingAbout = () => ( /> -
+
-- cgit v1.2.3