diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-14 21:34:06 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-14 22:22:27 +0800 |
commit | ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d (patch) | |
tree | 62ad22ef0954c2efadb1a6218a2deb4946c17a8d /packages/website/ts/@next/components | |
parent | f6c173a97e3ad4c7a17024726151d7e747d01014 (diff) | |
download | dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar.gz dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar.bz2 dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar.lz dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar.xz dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.tar.zst dexon-sol-tools-ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d.zip |
Copy updates
Diffstat (limited to 'packages/website/ts/@next/components')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/about.tsx | 5 | ||||
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index e17cd0457..f913c192a 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -26,10 +26,7 @@ export const SectionLandingAbout = () => ( isMuted={1} padding={['large', 0, 'default', 0]} > - 0x is an open protocol that enables the peer-to-peer exchange of Ethereum-based - tokens. Anyone in the world can use 0x to service a wide variety of markets - ranging from gaming items to financial instruments to assets that could have - near existed before. + Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial instruments to assets that could have near existed before. </Paragraph> <Button diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx index 504ee6025..9af013a48 100644 --- a/packages/website/ts/@next/components/sections/landing/hero.tsx +++ b/packages/website/ts/@next/components/sections/landing/hero.tsx @@ -10,7 +10,7 @@ export const SectionLandingHero = () => ( <Hero title="Powering Decentralized Exchange" isLargeTitle={true} - description="0x is the best solution for adding exchange functionality to your business." + description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain." figure={<LandingAnimation image={<HeroAnimation />} />} actions={<HeroActions />} /> |