Skip to content

Commit feac35f

Browse files
Merge 52e971a into 5aeca92
2 parents 5aeca92 + 52e971a commit feac35f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

img/app-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

lib/Notification/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function prepare(INotification $notification, string $languageCode): INot
111111
default:
112112
throw new InvalidArgumentException();
113113
}
114-
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('text', 'app.svg')));
114+
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('text', 'app-dark.svg')));
115115
$notification->setLink($fileLink);
116116
$this->setParsedSubjectFromRichSubject($notification);
117117
return $notification;

0 commit comments

Comments
 (0)