diff --git a/src/components/Header/Navbar/Navbar.tsx b/src/components/Header/Navbar/Navbar.tsx index 00d28161c1..1cead55b82 100644 --- a/src/components/Header/Navbar/Navbar.tsx +++ b/src/components/Header/Navbar/Navbar.tsx @@ -41,7 +41,7 @@ export const navItems: NavItem[] = [ { label: 'Multipass', href: '/multipass', - isDisabled: true, + // isDisabled: true, isSoon: true, }, ]