From 1ead32c6664c1bb44432bc9b2dd54aaed6fa0ef1 Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 20 Aug 2019 15:35:39 -0700 Subject: [PATCH] Asset-Swapper -> asset-swapper --- packages/website/ts/pages/cfl.tsx | 4 ++-- packages/website/ts/utils/document_meta_constants.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/website/ts/pages/cfl.tsx b/packages/website/ts/pages/cfl.tsx index da1f3fdee6..990ba62bdb 100644 --- a/packages/website/ts/pages/cfl.tsx +++ b/packages/website/ts/pages/cfl.tsx @@ -73,7 +73,7 @@ const useCasesData = [ 'DeFi projects swap tokens through 0x to improve their UX by abstracting out required tokens, rebalancing user positions in real-time, and pre-baking terms of an asset sale into contracts so that they can be trustlessly executed in the future.', links: [ { - label: 'Explore Asset-Swapper', + label: 'Explore asset-swapper', url: constants.CFL_DOCS, }, { @@ -89,7 +89,7 @@ const useCasesData = [ 'Trading bots consume 0x liquidity to atomically swap tokens at tight spreads and perform risk-free arbitrage across both centralized and decentralized exchange venues.', links: [ { - label: 'Explore Asset-Swapper', + label: 'Explore asset-swapper', url: constants.CFL_DOCS, }, { diff --git a/packages/website/ts/utils/document_meta_constants.tsx b/packages/website/ts/utils/document_meta_constants.tsx index 7ecd8184b2..a6a5bd16c6 100644 --- a/packages/website/ts/utils/document_meta_constants.tsx +++ b/packages/website/ts/utils/document_meta_constants.tsx @@ -108,8 +108,8 @@ export const documentConstants: { [s: string]: DocumentMetadata } = { keywords: '', }, CFL: { - title: '0x: Asset-Swapper: Programmatically swap tokens via smart contracts', - description: 'Bring automatic token trading to your DeFi users with Asset-Swapper', + title: '0x: asset-swapper: Programmatically swap tokens via smart contracts', + description: 'Bring automatic token trading to your DeFi users with asset-swapper', keywords: '', }, };