Icon path fix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-01-15 16:02:44 +01:00
parent 87922964de
commit e53ed0d67a
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.36) stable; urgency=low hedera-web (1.407.37) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.36", "version": "1.407.37",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

View File

@ -2,7 +2,7 @@
"name": "Verdnatura", "name": "Verdnatura",
"icons": [ "icons": [
{ {
"src": "\/image\/favicon.png", "src": "\/image\/icon.png",
"sizes": "512x512" "sizes": "512x512"
} }
], ],