diff --git a/lib/web_push/notification.rb b/lib/web_push/notification.rb index 2ad156c1c..25234ac35 100644 --- a/lib/web_push/notification.rb +++ b/lib/web_push/notification.rb @@ -24,6 +24,6 @@ class WebPush::Notification end def icon_path - Rails.application.routes.url_helpers.account_logo_path + "/app-icon.png" end end