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" }