From 8570616d9765584e91c2fcfced398a6289536464 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 22:39:04 +0100 Subject: Update links --- packages/website/ts/@next/components/footer.tsx | 2 +- packages/website/ts/@next/components/header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/components/footer.tsx b/packages/website/ts/@next/components/footer.tsx index 69a327a43..bc441499d 100644 --- a/packages/website/ts/@next/components/footer.tsx +++ b/packages/website/ts/@next/components/footer.tsx @@ -29,7 +29,7 @@ const linkRows: LinkRows[] = [ heading: 'Products', isOnMobile: true, links: [ - { url: '/next/0x-instant', text: '0x Instant' }, + { url: '/next/instant', text: '0x Instant' }, { url: '#', text: '0x Launch Kit' }, ], }, diff --git a/packages/website/ts/@next/components/header.tsx b/packages/website/ts/@next/components/header.tsx index 047f759c9..b31d34765 100644 --- a/packages/website/ts/@next/components/header.tsx +++ b/packages/website/ts/@next/components/header.tsx @@ -40,7 +40,7 @@ const navItems: NavItemProps[] = [ }, { id: 'products', - url: '/next/0x-instant', + url: '/next/instant', text: 'Products', dropdownComponent: DropdownProducts, dropdownWidth: 280, -- cgit v1.2.3