From c1eaa096ba4e7d82e9c8567c4c8ca6f6e41c8419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Sun, 31 Oct 2021 13:33:37 +0100 Subject: [PATCH] refactor: update favicons --- public/index.html | 28 ++++++++++++++-------------- public/manifest.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/public/index.html b/public/index.html index 6a213e97..c9143ff6 100644 --- a/public/index.html +++ b/public/index.html @@ -15,20 +15,20 @@ CoreUI Vue.js Admin Template - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/public/manifest.json b/public/manifest.json index 013d4a6a..d41cdbb4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,5 @@ { - "name": "App", + "name": "CoreUI Free Vue Admin Template", "icons": [ { "src": "\/android-icon-36x36.png", @@ -38,4 +38,4 @@ "density": "4.0" } ] -} \ No newline at end of file +}