Problem 2: Remove dead System nav item from Settings sidebar
This commit is contained in:
@@ -6,11 +6,10 @@ export function SettingsPage() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const navItems = [
|
||||
{ to: '/settings/profile', label: t('settings.profile'), icon: '👤' },
|
||||
{ to: '/settings/roles', label: t('settings.roles'), icon: '🔑' },
|
||||
{ to: '/settings/users', label: t('settings.users'), icon: '👥' },
|
||||
{ to: '/settings/plugins', label: t('settings.plugins'), icon: '🧩' },
|
||||
{ to: '/settings/system', label: t('settings.system'), icon: '⚙️' },
|
||||
{ to: '/settings/profile', label: t('settings.profile'), icon: '\ud83d\udc64' },
|
||||
{ to: '/settings/roles', label: t('settings.roles'), icon: '\ud83d\udd11' },
|
||||
{ to: '/settings/users', label: t('settings.users'), icon: '\ud83d\udc65' },
|
||||
{ to: '/settings/plugins', label: t('settings.plugins'), icon: '\ud83e\udde9' },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user