From 4650e2ca227e47bc28fde3b3de39dfb4ba1261af Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Mar 2021 12:45:20 -0700 Subject: [PATCH] fix: fix icon path --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index 2f5efe2b..99eaa855 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -132,7 +132,7 @@ "url": "/notifications?pwa=true", "icons": [ { - "src": "/icons/subscriptions.png", + "src": "/icon-shortcut-fa-bell.png", "sizes": "192x192" } ]