Skip to content

Commit

Permalink
refactor: unify notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zaosoula committed Dec 11, 2024
1 parent ef35429 commit 9afe929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Notifications/Dto/PushoverMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public function getLevelIcon(): string
{
return match ($this->level) {
'info' => 'ℹ️',
'error' => '🚨',
'success' => '🟢',
'error' => '',
'success' => '',
'warning' => '⚠️',
};
}
Expand Down

0 comments on commit 9afe929

Please sign in to comment.