Skip to content

Commit

Permalink
Bring alerts side menu item back
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed May 12, 2024
1 parent 80997bc commit 5fdb43e
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 5fdb43e

Please sign in to comment.