Fix links to external nav items
Luke Karrys committed
Oct 17, 2023 at 09:06 UTC
a8ef383d07ab7517186258f0a847571288885841
1 file changed
+1
-1
src/components/nav-items.js
+1
-1
@@ -33,7 +33,7 @@ const NavItems = ({items, path}) => (
33
</>
34
)
35
36
-const ExternalNavItem = ({title, href, ...props}) => (
36
+const ExternalNavItem = ({title, ...props}) => (
37
<NavList.Item {...props}>
38
{title}
39
<NavList.TrailingVisual>