We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c45d5 commit a4ab3bbCopy full SHA for a4ab3bb
apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx
@@ -66,16 +66,6 @@ const AdminNavItems = ({ toggleMobileNav }: Props) => {
66
icon: <CogIcon />,
67
subNav: [],
68
},
69
- ...(buildEnv.NEXT_PUBLIC_IS_CAP && user.email.endsWith("@cap.so")
70
- ? [
71
- {
72
- name: "Admin Dev",
73
- href: "/dashboard/admin",
74
- icon: <CogIcon />,
75
- subNav: [],
76
- },
77
- ]
78
- : []),
79
];
80
81
const [dialogOpen, setDialogOpen] = useState(false);
0 commit comments