From 7dbb9c7a9e3a5317f3f2c802b5bb939d82da2b4d Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 15 Jul 2025 18:47:44 -0500 Subject: [PATCH] Fix icon path --- lib/web_push/notification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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