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',
icon: 'flexibleIntegration0xInstant',
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: [
{
label: 'Explore AssetBuyer',
url: `${WebsitePaths.Docs}/asset-buyer`,
label: 'Explore AssetSwapper',
url: WebsitePaths.AssetSwapperPage,
},
],
},

View File

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