refactor(settings): move Verzendlog under new Systeem subheader
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,12 @@ const settingsGroups: SettingsGroup[] = [
|
|||||||
items: [
|
items: [
|
||||||
{ icon: 'tabler-palette', title: 'Opmaak & Branding', key: 'email-branding' },
|
{ icon: 'tabler-palette', title: 'Opmaak & Branding', key: 'email-branding' },
|
||||||
{ icon: 'tabler-template', title: 'Templates', key: 'email-templates' },
|
{ icon: 'tabler-template', title: 'Templates', key: 'email-templates' },
|
||||||
{ icon: 'tabler-mail-search', title: 'Verzendlog', key: 'email-log' },
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Systeem',
|
||||||
|
items: [
|
||||||
|
{ icon: 'tabler-mail-forward', title: 'Verzendlog', key: 'email-log' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user