diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ae9fecd3..ce2fee77 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -71,7 +71,7 @@ const menu: NavLink[] = [ function NavItem(props: NavLink) { const router = useRouter(); const externalLink = - props.route.includes("https://") || props.route.includes("https://"); + props.route.includes("http://") || props.route.includes("https://"); return ( <> {externalLink ? (