Skip to content

Commit

Permalink
notifications: Fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
tohjustin committed Jul 10, 2017
1 parent ecd5432 commit f5f8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/notifications.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Configuration Data
const vibratePattern = [100, 50, 100, 50, 100];
const notificationTag = 'pomodori-notification';
const notificationIcon = '/static/icons/icon-192x192.png';
const notificationIcon = '/static/img/icons/icon-192x192.png';
const renotifyOption = 'true';

const supported = () => ('Notification' in window && window.Notification !== undefined);
Expand Down

0 comments on commit f5f8522

Please sign in to comment.