1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update notification

This commit is contained in:
Quentin Hocdé
2021-01-18 14:31:41 -05:00
parent f67d4c0c41
commit 5bd1ca268f

View File

@@ -3,6 +3,7 @@ import notifier from 'node-notifier';
export default function notification({title, message}) { export default function notification({title, message}) {
notifier.notify({ notifier.notify({
title: title, title: title,
message: message message: message,
icon: 'https://user-images.githubusercontent.com/4596862/54868065-c2aea200-4d5e-11e9-9ce3-e0013c15f48c.png'
}); });
} }