Skip to content

Commit

Permalink
Modified notification.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Mar 15, 2017
1 parent 4908fef commit 51efd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function notifyUser() {
Notification.requestPermission();
else {
var notification = new Notification('Buzzz!! Time\'s up', {
icon: 'http://cdn.sstatic.net/stackexchange/img/logos/so/so-icon.png',
icon: 'https://raw.githubusercontent.com/amitmerchant1990/pomolectron/master/res/tomato-big.png',
body: "Hey there! You've been notified!"
});

Expand Down

0 comments on commit 51efd6f

Please sign in to comment.