diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-12-15 06:46:05 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-12-15 06:46:05 +0800 |
commit | 51b1cab72a80b8ef05038ecf392d9c72b8d4294e (patch) | |
tree | d1e777a68730a323f3fa3e873f5a15bad6cdbf59 /packages/website/ts/@next/components/sections | |
parent | e3dcb7107bdd7bd8197818a05b163985026f7ca2 (diff) | |
download | dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.gz dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.zst dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.zip |
fix(website) replace 0xproject.com with 0x.org
Diffstat (limited to 'packages/website/ts/@next/components/sections')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/cta.tsx | 2 | ||||
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
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={<AnimatedCompassIcon />} title="Ready to build on 0x?" linkLabel="Get Started" - linkUrl="https://0xproject.com/docs" + linkUrl="https://0x.org/docs" /> <BlockIconLink iconComponent={<AnimatedChatIcon />} 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 = () => ( <> - <Button href="https://0xproject.com/docs" isInline={true}> + <Button href="https://0x.org/docs" isInline={true}> Get Started </Button> |