From ad419f0f27a752bb8f0a914ec59a802b9c510440 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 13 Mar 2022 19:48:27 +0100 Subject: [PATCH] add link to source repo, update app name in public resources --- public/index.html | 4 +++- public/manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..4919113 100644 --- a/public/index.html +++ b/public/index.html @@ -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 + React Tutorial Tic Tac Toe @@ -39,5 +39,7 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + Source diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..b7cef37 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Tic Tac Toe", + "name": "React Tutorial Tic Tac Toe", "icons": [ { "src": "favicon.ico",