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 f24b5b7 commit 6ede686Copy full SHA for 6ede686
apps/webapp/app/components/navigation/SideMenu.tsx
@@ -603,13 +603,13 @@ function V3ProjectSideMenu({
603
to={v3DeploymentsPath(organization, project)}
604
data-action="deployments"
605
/>
606
- <SideMenuItem
+ {/* <SideMenuItem
607
name="Alerts"
608
icon={BellAlertIcon}
609
iconColor="text-red-500"
610
to={v3ProjectAlertsPath(organization, project)}
611
data-action="alerts"
612
- />
+ /> */}
613
<SideMenuItem
614
name="Project settings"
615
icon="settings"
0 commit comments