Skip to content

Commit

Permalink
FIX: missing icon for ongoing reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Aug 13, 2020
1 parent 830689d commit c16eb48
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -228,6 +228,11 @@ function initializeDiscoursePostEventDecorator(api) {
"calendar-day"
);

api.replaceIcon(
"notification.discourse_post_event.notifications.ongoing_event_reminder",
"calendar-day"
);

api.modifyClass("controller:topic", {
subscribe() {
this._super(...arguments);
Expand Down

0 comments on commit c16eb48

Please sign in to comment.