fix: [UsernameHelper] resolved confusion

Based on etymological discoveries, this long standing issue has been resolved.
pull/9373/head
Andras Iklody 2023-11-01 06:14:14 +01:00 committed by GitHub
parent de8075a115
commit a0a2e57fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class UserNameHelper extends AppHelper
(strpos($lower_email, 'saad') !== false && strpos($lower_email, 'thehive-project')) ||
strpos($lower_email, 'saad.kadhi') !== false
) {
return '<i class="fas fa-frown white"></i>&nbsp;';
return '<i class="fas fa-smile white"></i>&nbsp;';
} else if (strpos($lower_email, 'enrico.lovat') !== false) {
return '<i class="fas fa-horse-head white"></i>&nbsp;';
} else if (strpos($lower_email, 'christophe.vandeplas') !== false) {