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 ( +
+ + {title} + +
+ ); +} + export default function TopNav({ routeTree, breadcrumbs, @@ -260,50 +276,14 @@ export default function TopNav({
-
- - Learn - -
-
- - Reference - -
-
- - Community - -
-
- - Blog - -
+ + + +