diff --git a/packages/ui/src/nav/nav-mobile.tsx b/packages/ui/src/nav/nav-mobile.tsx index 7eee44ae4f6..b7c4115df01 100644 --- a/packages/ui/src/nav/nav-mobile.tsx +++ b/packages/ui/src/nav/nav-mobile.tsx @@ -15,6 +15,7 @@ import { DubLinksIcon, DubPartnersIcon, } from "../icons"; +import { NavWordmark } from "../nav-wordmark"; import { navItems, type NavItem, type NavTheme } from "./nav"; const specialIcons: Record = { @@ -105,6 +106,21 @@ export function NavMobile({ )} + {/* The nav below covers the logo in the main nav, so we render it again here */} + {open && ( + setOpen(false)} + className="fixed left-3 top-0 z-30 flex h-14 items-center pr-2" + > + + + )}