refactor: unify notification icon
This commit is contained in:
parent
ef35429533
commit
9afe929921
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ public function getLevelIcon(): string
|
|||
{
|
||||
return match ($this->level) {
|
||||
'info' => 'ℹ️',
|
||||
'error' => '🚨',
|
||||
'success' => '🟢',
|
||||
'error' => '❌',
|
||||
'success' => '✅ ',
|
||||
'warning' => '⚠️',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue