diff --git a/apps/frontend/components/id/sidebar.tsx b/apps/frontend/components/id/sidebar.tsx index 05949ac..d1e2244 100644 --- a/apps/frontend/components/id/sidebar.tsx +++ b/apps/frontend/components/id/sidebar.tsx @@ -18,7 +18,7 @@ const baseItems = [ export function Sidebar({ active }: { active: string }) { const { logout, user } = useAuth(); const items = user?.canAccessAdmin - ? [...baseItems, { href: getAdminLandingPath(user), label: 'Админка', icon: ShieldCheck }] + ? [...baseItems, { href: getAdminLandingPath(user), label: 'Админестрирование', icon: ShieldCheck }] : baseItems; return (