diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index b6d6c3a..1f8d382 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -54,12 +54,6 @@ const SideBar: FC = () => { link={Pages.services.mine} /> - } - title={t('sidebar.support')} - isActive={isActive('support')} - link={Pages.support.index} - /> } title={t('sidebar.other_service')} @@ -83,7 +77,14 @@ const SideBar: FC = () => {
{t('sidebar.other')}
- +
+ } + title={t('sidebar.support')} + isActive={isActive('support')} + link={Pages.support.index} + /> +
}