refactor: unify notification icon

This commit is contained in:
Zao Soula
2024-12-11 18:37:12 +01:00
parent ef35429533
commit 9afe929921

View File

@@ -17,8 +17,8 @@ class PushoverMessage
{ {
return match ($this->level) { return match ($this->level) {
'info' => '', 'info' => '',
'error' => '🚨', 'error' => '',
'success' => '🟢', 'success' => '',
'warning' => '⚠️', 'warning' => '⚠️',
}; };
} }