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