fix: replace missing 'envelope' icon with 'mail' across modules
Some checks failed
Some checks failed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,7 @@ function storeSettings() {
|
||||
{ id: 'domains', label: 'Domains', icon: 'globe-alt' },
|
||||
{ id: 'api', label: 'API & Payments', icon: 'key' },
|
||||
{ id: 'notifications', label: 'Notifications', icon: 'bell' },
|
||||
{ id: 'email', label: 'Email', icon: 'envelope' }
|
||||
{ id: 'email', label: 'Email', icon: 'mail' }
|
||||
],
|
||||
|
||||
// Forms for different sections
|
||||
|
||||
Reference in New Issue
Block a user