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"