Use the comment icon for the notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
56cfd0a6e4
commit
bfecdd4422
2 changed files with 2 additions and 1 deletions
|
@ -139,6 +139,7 @@ class Notifier implements INotifier {
|
|||
]
|
||||
);
|
||||
}
|
||||
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/comment.svg')));
|
||||
|
||||
return $notification;
|
||||
break;
|
||||
|
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M8 1.5C3.582 1.5 0 3.962 0 7s3.582 5.5 8 5.5c.25 0 .49-.016.734-.03L13 16v-4.703c1.83-1.008 3-2.56 3-4.297 0-3.038-3.582-5.5-8-5.5z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewbox="0 0 16 16"><path d="M8 1.5C3.582 1.5 0 3.962 0 7s3.582 5.5 8 5.5c.25 0 .49-.016.734-.03L13 16v-4.703c1.83-1.008 3-2.56 3-4.297 0-3.038-3.582-5.5-8-5.5z"/></svg>
|
||||
|
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 233 B |
Loading…
Reference in a new issue