Skip to content

Commit 6ede686

Browse files
committed
Remove alerts side menu (again)
1 parent f24b5b7 commit 6ede686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,13 +603,13 @@ function V3ProjectSideMenu({
603603
to={v3DeploymentsPath(organization, project)}
604604
data-action="deployments"
605605
/>
606-
<SideMenuItem
606+
{/* <SideMenuItem
607607
name="Alerts"
608608
icon={BellAlertIcon}
609609
iconColor="text-red-500"
610610
to={v3ProjectAlertsPath(organization, project)}
611611
data-action="alerts"
612-
/>
612+
/> */}
613613
<SideMenuItem
614614
name="Project settings"
615615
icon="settings"

0 commit comments

Comments
 (0)