diff --git a/static/app/components/nav/config.tsx b/static/app/components/nav/config.tsx index 5da43bbafa77c9..dc8c9990100cec 100644 --- a/static/app/components/nav/config.tsx +++ b/static/app/components/nav/config.tsx @@ -9,17 +9,14 @@ import { splitAtDivider, } from 'sentry/components/nav/utils'; import { - IconBroadcast, IconDashboard, IconGraph, IconIssues, IconLightning, IconProject, - IconQuestion, IconSearch, IconSettings, IconSiren, - IconStats, } from 'sentry/icons'; import {t} from 'sentry/locale'; import {getDiscoverLandingUrl} from 'sentry/utils/discover/urls'; @@ -157,9 +154,9 @@ export function useNavItems(): NavItemsResult { }, {label: t('Alerts'), to: `/${prefix}/alerts/rules/`, icon: }, NAV_DIVIDER, - {label: t('Help'), to: '', icon: }, - {label: t('New'), to: '', icon: }, - {label: t('Stats'), to: '', icon: }, + // {label: t('Help'), to: '', icon: }, + // {label: t('New'), to: '', icon: }, + // {label: t('Stats'), to: '', icon: }, { label: t('Settings'), to: `/settings/${organization.slug}/`,