From ae6b00332e101343367726c528d62b9a4e63ddb9 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Tue, 27 Aug 2019 19:55:34 -0400 Subject: [PATCH] use better favicon still needs higher res version --- public/index.html | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index f541f29..547f2f6 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/manifest.json b/public/manifest.json index 2c80316..6fb0d43 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,8 +3,8 @@ "name": "Liquid Funding by Status.im", "icons": [ { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", + "src": "favicon-32x32.png", + "sizes": "32x32 24x24 16x16", "type": "image/x-icon" } ],