Skip to content

Commit

Permalink
fix: [UsernameHelper] resolved confusion
Browse files Browse the repository at this point in the history
Based on etymological discoveries, this long standing issue has been resolved.
  • Loading branch information
iglocska authored Nov 1, 2023
1 parent de8075a commit a0a2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Helper/UserNameHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function prepend($email)
(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) {
Expand Down

0 comments on commit a0a2e57

Please sign in to comment.