Skip to content

Commit 318e9f4

Browse files
committed
feat: remove health link from deployment sidebar
1 parent 28754a7 commit 318e9f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/pages/DeploySettingsPage/Sidebar.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ export const Sidebar: FC = () => {
4848
<SidebarNavItem href="observability" icon={InsertChartIcon}>
4949
Observability
5050
</SidebarNavItem>
51-
<SidebarNavItem href="/health" icon={MonitorHeartOutlined}>
52-
Health
53-
</SidebarNavItem>
5451
</BaseSidebar>
5552
);
5653
};

0 commit comments

Comments
 (0)