Skip to content

Commit

Permalink
tmp(nav): remove non-link footer items
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Sep 20, 2024
1 parent 070fd8b commit 7cc38b5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions static/app/components/nav/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -157,9 +154,9 @@ export function useNavItems(): NavItemsResult {
},
{label: t('Alerts'), to: `/${prefix}/alerts/rules/`, icon: <IconSiren />},
NAV_DIVIDER,
{label: t('Help'), to: '', icon: <IconQuestion />},
{label: t('New'), to: '', icon: <IconBroadcast />},
{label: t('Stats'), to: '', icon: <IconStats />},
// {label: t('Help'), to: '', icon: <IconQuestion />},
// {label: t('New'), to: '', icon: <IconBroadcast />},
// {label: t('Stats'), to: '', icon: <IconStats />},
{
label: t('Settings'),
to: `/settings/${organization.slug}/`,
Expand Down

0 comments on commit 7cc38b5

Please sign in to comment.