refactor: unify notification icon
This commit is contained in:
@@ -17,8 +17,8 @@ class PushoverMessage
|
||||
{
|
||||
return match ($this->level) {
|
||||
'info' => 'ℹ️',
|
||||
'error' => '🚨',
|
||||
'success' => '🟢',
|
||||
'error' => '❌',
|
||||
'success' => '✅ ',
|
||||
'warning' => '⚠️',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user