aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/sections/landing/hero.tsx
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-14 21:34:06 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-14 22:22:27 +0800
commitef200b1ce699adb48071eb1cc94cc47bcfbdbd9d (patch)
tree62ad22ef0954c2efadb1a6218a2deb4946c17a8d /packages/website/ts/@next/components/sections/landing/hero.tsx
parentf6c173a97e3ad4c7a17024726151d7e747d01014 (diff)
downloaddexon-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/sections/landing/hero.tsx')
-rw-r--r--packages/website/ts/@next/components/sections/landing/hero.tsx2
1 files changed, 1 insertions, 1 deletions
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 />}
/>