From 7d147594479502339a09527c8b41821c4690df1b Mon Sep 17 00:00:00 2001 From: evie-8 Date: Fri, 13 Sep 2024 13:33:39 +0300 Subject: [PATCH] changing favicon on apple devices --- public/index.html | 89 +++++++++++++++++++++++++------------------- public/manifest.json | 10 ----- 2 files changed, 50 insertions(+), 49 deletions(-) diff --git a/public/index.html b/public/index.html index 5d0f26c..6ddd839 100644 --- a/public/index.html +++ b/public/index.html @@ -1,19 +1,21 @@ - - - - - - - - - - - - Sunbird Translate - + Sunbird Translate + + + + + + - - - - - + gtag("config", "G-HWH333YDCW"); + - - -
- - - - \ No newline at end of file + + diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..1f2f141 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,16 +6,6 @@ "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".",