fix: replace missing 'envelope' icon with 'mail' across modules
Some checks failed
CI / pytest (push) Failing after 47m44s
CI / validate (push) Successful in 23s
CI / dependency-scanning (push) Successful in 28s
CI / docs (push) Has been skipped
CI / deploy (push) Has been skipped
CI / ruff (push) Successful in 10s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 21:53:40 +01:00
parent 4d07418f44
commit f8a2394da5
4 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ messaging_module = ModuleDefinition(
MenuItemDefinition(
id="email-logs",
label_key="messaging.menu.email_logs",
icon="envelope",
icon="mail",
route="/admin/email-logs",
order=50,
),