From 5c6729d6b6aa7e4527e6dd60b4537c48993eae21 Mon Sep 17 00:00:00 2001 From: Diner Date: Sun, 6 Oct 2024 16:58:41 +0100 Subject: [PATCH] Fix issue with uncrawlable link --- components/nav/Nav.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/nav/Nav.tsx b/components/nav/Nav.tsx index 9325baf..5d9e62e 100644 --- a/components/nav/Nav.tsx +++ b/components/nav/Nav.tsx @@ -46,6 +46,7 @@ export default function MainNav() { { label: 'Webs', href: '/#web-cards', + rel: 'nofollow', children: webs ?.filter( (web) => @@ -160,7 +161,7 @@ const DesktopNav = ({ currentPathname, navItems }) => { - +