aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/why.tsx
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-14 20:19:22 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-14 21:00:26 +0800
commitba89429aecbb608182897f70c72acdb0323518f9 (patch)
treedf2670b89588650f8bca2998d19efa6d67007b36 /packages/website/ts/@next/pages/why.tsx
parentee380316962c1a09944f2ac62125551dc49feffd (diff)
downloaddexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar.gz
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar.bz2
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar.lz
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar.xz
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.tar.zst
dexon-sol-tools-ba89429aecbb608182897f70c72acdb0323518f9.zip
Tweak definition
Diffstat (limited to 'packages/website/ts/@next/pages/why.tsx')
-rw-r--r--packages/website/ts/@next/pages/why.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx
index 6010b9c8a..b54a682ff 100644
--- a/packages/website/ts/@next/pages/why.tsx
+++ b/packages/website/ts/@next/pages/why.tsx
@@ -101,6 +101,7 @@ export class NextWhy extends React.PureComponent {
>
<Definition
title="Support for all Ethereum Standards"
+ titleSize="small"
description="0x Protocol facilitates the decentralized exchange of a growing number of Ethereum-based tokens, including all ERC-20 and ERC-721 assets. Additional ERC standards can be added to the protocol..."
icon="supportForAllEthereumStandards"
iconSize="large"
@@ -109,6 +110,7 @@ export class NextWhy extends React.PureComponent {
<Definition
title="Shared Networked Liquidity"
+ titleSize="small"
description="0x is building a layer of networked liquidity that will lower the barriers to entry. By enabling businesses to tap into a shared pool of digital assets, it will create a more stable financial system."
icon="networkedLiquidity"
iconSize="large"
@@ -117,6 +119,7 @@ export class NextWhy extends React.PureComponent {
<Definition
title="Support for all Ethereum Standards"
+ titleSize="small"
description="Relayers are businesses around the world that utilize 0x to integrate exchange functionality into a wide variety of products including order books, games, and digital art marketplaces."
icon="flexibleIntegration"
iconSize="large"
@@ -143,6 +146,7 @@ export class NextWhy extends React.PureComponent {
key={`offers-${index}`}
icon={item.icon}
title={item.title}
+ titleSize="small"
description={item.description}
isWithMargin={true}
/>
@@ -171,6 +175,7 @@ export class NextWhy extends React.PureComponent {
key={`functionality-${index}`}
icon={item.icon}
title={item.title}
+ titleSize="small"
description={item.description}
isWithMargin={true}
/>