feat(core): add System settings nav item
This commit is contained in:
@@ -7,6 +7,7 @@ export function SettingsPage() {
|
|||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ to: '/settings/profile', label: t('settings.profile'), icon: '\ud83d\udc64' },
|
{ to: '/settings/profile', label: t('settings.profile'), icon: '\ud83d\udc64' },
|
||||||
|
{ to: '/settings/system', label: t('systemSettings.title'), icon: '\u2699\ufe0f' },
|
||||||
{ to: '/settings/roles', label: t('settings.roles'), icon: '\ud83d\udd11' },
|
{ to: '/settings/roles', label: t('settings.roles'), icon: '\ud83d\udd11' },
|
||||||
{ to: '/settings/users', label: t('settings.users'), icon: '\ud83d\udc65' },
|
{ to: '/settings/users', label: t('settings.users'), icon: '\ud83d\udc65' },
|
||||||
{ to: '/settings/plugins', label: t('settings.plugins'), icon: '\ud83e\udde9' },
|
{ to: '/settings/plugins', label: t('settings.plugins'), icon: '\ud83e\udde9' },
|
||||||
|
|||||||
Reference in New Issue
Block a user