diff --git a/apps/app/src/pages/organisation/settings.vue b/apps/app/src/pages/organisation/settings.vue index ead4b082..62f3a050 100644 --- a/apps/app/src/pages/organisation/settings.vue +++ b/apps/app/src/pages/organisation/settings.vue @@ -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' }, ], }, ]