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:
2026-04-16 22:06:02 +02:00
parent dac6aa4c30
commit 8774fff3e9

View File

@@ -47,7 +47,12 @@ const settingsGroups: SettingsGroup[] = [
items: [
{ icon: 'tabler-palette', title: 'Opmaak & Branding', key: 'email-branding' },
{ 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' },
],
},
]