aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/ts/@next/components/footer.tsx2
-rw-r--r--packages/website/ts/@next/components/header.tsx2
2 files changed, 2 insertions, 2 deletions
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,