Skip to content

Commit

Permalink
Remove alerts side menu (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed May 15, 2024
1 parent f24b5b7 commit 6ede686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/webapp/app/components/navigation/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -603,13 +603,13 @@ function V3ProjectSideMenu({
to={v3DeploymentsPath(organization, project)}
data-action="deployments"
/>
<SideMenuItem
{/* <SideMenuItem
name="Alerts"
icon={BellAlertIcon}
iconColor="text-red-500"
to={v3ProjectAlertsPath(organization, project)}
data-action="alerts"
/>
/> */}
<SideMenuItem
name="Project settings"
icon="settings"
Expand Down

0 comments on commit 6ede686

Please sign in to comment.