diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index 630df800..c865fc08 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -820,11 +820,6 @@ ui: review: Review bookmark: Bookmarks moderation: Moderation - quik_link: Quick Links - discussion: discussion - support: support - feature: feature-request - bug: bug search: placeholder: Search footer: diff --git a/ui/src/components/SideNav/index.tsx b/ui/src/components/SideNav/index.tsx index ea5bdc54..1a51f6f3 100644 --- a/ui/src/components/SideNav/index.tsx +++ b/ui/src/components/SideNav/index.tsx @@ -14,6 +14,7 @@ const Index: FC = () => { const { pathname } = useLocation(); const { user: userInfo } = loggedUserInfoStore(); const { visible, can_revision, revision } = sideNavStore(); + return ( { {t('header.nav.user')} -
- {t('header.nav.quik_link')} -
- - {t('header.nav.discussion')} - - - {t('header.nav.support')} - - - {t('header.nav.feature')} - - - {t('header.nav.bug')} - + {can_revision || userInfo?.role_id === 2 ? ( <>