From e53ed0d67acb04e21bc9e49c206d0b36b3c801d4 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 15 Jan 2021 16:02:44 +0100 Subject: [PATCH] Icon path fix --- debian/changelog | 2 +- package.json | 2 +- pages/main/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 298182aa..5af18324 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.36) stable; urgency=low +hedera-web (1.407.37) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 6809e725..851552dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.36", + "version": "1.407.37", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/pages/main/manifest.json b/pages/main/manifest.json index 8193cf86..84f134d0 100644 --- a/pages/main/manifest.json +++ b/pages/main/manifest.json @@ -2,7 +2,7 @@ "name": "Verdnatura", "icons": [ { - "src": "\/image\/favicon.png", + "src": "\/image\/icon.png", "sizes": "512x512" } ],