diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-11-30 20:10:15 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-11-30 20:10:15 +0800 |
commit | 4456ba0f6ac24fa39bfa271b4acfa149dade1147 (patch) | |
tree | 83abeadd7b32b28c00c0a2e221bd81a7841d625d /packages/website/ts | |
parent | d6329a83d50dcb8c20c090f9cd7ae25bca8c417d (diff) | |
download | dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar.gz dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar.bz2 dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar.lz dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar.xz dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.tar.zst dexon-sol-tools-4456ba0f6ac24fa39bfa271b4acfa149dade1147.zip |
Fix tag
Diffstat (limited to 'packages/website/ts')
-rw-r--r-- | packages/website/ts/@next/pages/why.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx index 4a7aadcf2..081cf8315 100644 --- a/packages/website/ts/@next/pages/why.tsx +++ b/packages/website/ts/@next/pages/why.tsx @@ -18,7 +18,7 @@ export const NextWhy = () => ( <WrapCentered> <Column colWidth="2/3"> <Heading size="medium" center>The exchange layer for the crypto economy</Heading> - <Heading size="large" center>The world's assets are becoming tokenized on public blockchains. 0x Protocol is free, open-source infrastructure that allows anyone in the world to build products that enable the purchasing and trading of crypto tokens.</Heading> + <Paragraph size="medium" center>The world's assets are becoming tokenized on public blockchains. 0x Protocol is free, open-source infrastructure that allows anyone in the world to build products that enable the purchasing and trading of crypto tokens.</Paragraph> <Paragraph center>Build on 0x (arrow)</Paragraph> </Column> </WrapCentered> |