fix name in title/manifests

main
Cameron Clough 2022-01-07 15:24:54 +00:00
parent 95136b6cb0
commit e4bd1c8adf
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,13 @@
{
"name": "app",
"name": "retropilot-client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
@ -26,12 +32,6 @@
"styled-components": "^5.3.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",

View File

@ -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`.
-->
<title>React App</title>
<title>RetroPilot Client</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "RetroPilot",
"name": "RetroPilot Client",
"icons": [
{
"src": "favicon.ico",