diff --git a/beta/src/components/Layout/TopNav/TopNav.tsx b/beta/src/components/Layout/TopNav/TopNav.tsx index 959d9829b..1064796fb 100644 --- a/beta/src/components/Layout/TopNav/TopNav.tsx +++ b/beta/src/components/Layout/TopNav/TopNav.tsx @@ -125,6 +125,22 @@ function Link({href, children, ...props}: JSX.IntrinsicElements['a']) { ); } +function NavItem({url, section, title}: any) { + return ( +