From 488f76e662b9cbd47555f2852aafdf57716c2abd Mon Sep 17 00:00:00 2001 From: caturbgs Date: Thu, 16 Dec 2021 18:45:43 +0700 Subject: [PATCH] feat: change project title in html --- public/index.html | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 2f85270..d0ab5a0 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,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 + PPOB diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..fe12121 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "PPOB", + "name": "PPOB", "icons": [ { "src": "favicon.ico",