Change AssetBuyer to AssetSwapper on instant page
This commit is contained in:
		@@ -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,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user