From 901f162efd3d11cb9baa703987ad9af597dd2a02 Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Fri, 22 Dec 2023 17:01:36 +0300 Subject: [PATCH] fix: husky installed --- public/index.html | 11 +++++++---- public/site.webmanifest | 34 +++++++++++++++++----------------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/public/index.html b/public/index.html index a96c59f9..daa88ffe 100755 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,4 @@ - + @@ -7,9 +7,12 @@ - - - + + + Pena Quiz diff --git a/public/site.webmanifest b/public/site.webmanifest index b20abb7c..fa99de77 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,19 +1,19 @@ { - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" }