feat: add plugins nav item to Settings page
This commit is contained in:
@@ -9,6 +9,7 @@ export function SettingsPage() {
|
||||
{ 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: '⚙️' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user