Skip to content

Commit

Permalink
chore: remove integrations from sideNav
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Mar 6, 2024
1 parent 87e723a commit c124ab1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/container/SideNav/menuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
ScrollText,
Settings,
Slack,
Unplug,
// Unplug,
UserPlus,
} from 'lucide-react';

Expand Down Expand Up @@ -90,11 +90,11 @@ const menuItems: SidebarItem[] = [
label: 'Alerts',
icon: <BellDot size={16} />,
},
{
key: ROUTES.INTEGRATIONS_INSTALLED,
label: 'Integrations',
icon: <Unplug size={16} />,
},
// {
// key: ROUTES.INTEGRATIONS_INSTALLED,
// label: 'Integrations',
// icon: <Unplug size={16} />,
// },
{
key: ROUTES.ALL_ERROR,
label: 'Exceptions',
Expand Down

0 comments on commit c124ab1

Please sign in to comment.