Changed logo (the dots say 'snappy' in braille)

This commit is contained in:
djmaze 2020-09-24 11:52:24 +02:00
parent f70d2c6884
commit 72780a885e
23 changed files with 3 additions and 51 deletions

View file

@ -260,7 +260,7 @@ export function sound(fileName) {
* @returns {string}
*/
export function notificationMailIcon() {
return staticPrefix('css/images/icom-message-notification.png');
return staticPrefix('css/images/icon-message-notification.png');
}
/**