From f50380313e595fdf7676aa75142d38861507c810 Mon Sep 17 00:00:00 2001 From: Hawk Date: Fri, 29 May 2020 20:30:08 +0200 Subject: [PATCH] fixes icon issue --- frontend/public/index.html | 8 ++++---- frontend/public/manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 1402032..8d2ba35 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -3,10 +3,10 @@ - - - - + + + + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 146dd82..00386db 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -7,13 +7,13 @@ "type": "image/x-icon" }, { - "src": "/android-icon-192x192.png", + "src": "android-icon-192x192.png", "sizes": "192x192", "type": "image/png", "density": "4.0" }, { - "src": "/android-chrome-512x512.png", + "src": "android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "density": "4.0" -- 2.49.1