From 6e4fa72bee71761ced5a188b15e438a02de96aab Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 11 Mar 2024 10:03:15 -0700 Subject: [PATCH] use a tag instead of link as link was bugging --- @theme/components/Navbar/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx index ac640c1c6c..4f60561c03 100644 --- a/@theme/components/Navbar/Navbar.tsx +++ b/@theme/components/Navbar/Navbar.tsx @@ -350,9 +350,9 @@ export function NavItem(props) { export function LogoBlock(props) { const { to, img, altText } = props; return ( - + {altText} - + ); }