Fix icon path

This commit is contained in:
Jason Zimdars
2025-07-15 18:47:44 -05:00
parent 291f4e2d14
commit 7dbb9c7a9e
+1 -1
View File
@@ -24,6 +24,6 @@ class WebPush::Notification
end
def icon_path
Rails.application.routes.url_helpers.account_logo_path
"/app-icon.png"
end
end