From 51b1cab72a80b8ef05038ecf392d9c72b8d4294e Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Fri, 14 Dec 2018 14:46:05 -0800 Subject: fix(website) replace 0xproject.com with 0x.org --- packages/website/ts/@next/components/sections/landing/cta.tsx | 2 +- packages/website/ts/@next/components/sections/landing/hero.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website/ts/@next/components/sections') diff --git a/packages/website/ts/@next/components/sections/landing/cta.tsx b/packages/website/ts/@next/components/sections/landing/cta.tsx index 1a959a6e9..d0429755c 100644 --- a/packages/website/ts/@next/components/sections/landing/cta.tsx +++ b/packages/website/ts/@next/components/sections/landing/cta.tsx @@ -22,7 +22,7 @@ export const SectionLandingCta = (props: Props) => ( iconComponent={} title="Ready to build on 0x?" linkLabel="Get Started" - linkUrl="https://0xproject.com/docs" + linkUrl="https://0x.org/docs" /> } diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx index 6bd34c46d..85290d1c6 100644 --- a/packages/website/ts/@next/components/sections/landing/hero.tsx +++ b/packages/website/ts/@next/components/sections/landing/hero.tsx @@ -20,7 +20,7 @@ export const SectionLandingHero = () => ( const HeroActions = () => ( <> - -- cgit v1.2.3