From 2f45fe382be21334a64385bab8a1480a181c4a7a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Tue, 27 Apr 2021 15:27:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20base=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/public/index.html | 6 +++--- code/frontend/public/manifest.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/frontend/public/index.html b/code/frontend/public/index.html index 220cf38..b5f3be1 100644 --- a/code/frontend/public/index.html +++ b/code/frontend/public/index.html @@ -4,9 +4,9 @@ - + @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + N.E.S.T. diff --git a/code/frontend/public/manifest.json b/code/frontend/public/manifest.json index f01493f..69b864f 100644 --- a/code/frontend/public/manifest.json +++ b/code/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "NEST", + "name": "N.E.S.T.", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#34607A", + "background_color": "#3B7097" }