Update links

This commit is contained in:
Fred Carlsen
2018-12-14 22:39:04 +01:00
parent 373ebdbe38
commit 8570616d97
2 changed files with 2 additions and 2 deletions

View File

@@ -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' },
],
},

View File

@@ -40,7 +40,7 @@ const navItems: NavItemProps[] = [
},
{
id: 'products',
url: '/next/0x-instant',
url: '/next/instant',
text: 'Products',
dropdownComponent: DropdownProducts,
dropdownWidth: 280,