diff --git a/apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx b/apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx index 6e5008ab2..2d88b13c6 100644 --- a/apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx +++ b/apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx @@ -66,16 +66,6 @@ const AdminNavItems = ({ toggleMobileNav }: Props) => { icon: , subNav: [], }, - ...(buildEnv.NEXT_PUBLIC_IS_CAP && user.email.endsWith("@cap.so") - ? [ - { - name: "Admin Dev", - href: "/dashboard/admin", - icon: , - subNav: [], - }, - ] - : []), ]; const [dialogOpen, setDialogOpen] = useState(false);