Change AssetBuyer to AssetSwapper on instant page

This commit is contained in:
fragosti
2019-08-20 17:08:03 -07:00
parent a65a9913cd
commit 0f374ddee9
2 changed files with 4 additions and 4 deletions

View File

@@ -63,11 +63,11 @@ const featuresData = [
title: 'Easy and flexible integration', title: 'Easy and flexible integration',
icon: 'flexibleIntegration0xInstant', icon: 'flexibleIntegration0xInstant',
description: description:
'Use our out-of-the-box design or customize the user interface by integrating via the AssetBuyer engine.. You can also tap into 0x networked liquidity or choose your own liquidity pool.', 'Use our out-of-the-box design or customize the user interface by integrating via the AssetSwapper engine. You can also tap into 0x networked liquidity or choose your own liquidity pool.',
links: [ links: [
{ {
label: 'Explore AssetBuyer', label: 'Explore AssetSwapper',
url: `${WebsitePaths.Docs}/asset-buyer`, url: WebsitePaths.AssetSwapperPage,
}, },
], ],
}, },

View File

@@ -481,7 +481,7 @@ export enum WebsitePaths {
Vote = '/vote', Vote = '/vote',
Extensions = '/extensions', Extensions = '/extensions',
Explore = '/explore', Explore = '/explore',
AssetSwapper = '/asset-swapper', AssetSwapperPage = '/asset-swapper',
} }
export enum DocPackages { export enum DocPackages {