Fix app name

This commit is contained in:
Aditya Kulkarni 2021-06-28 12:07:05 -07:00
parent 7ed6ec736d
commit 17b7ead8e7
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,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>Zecwallet Lite</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": "Zecwallet Lite",
"name": "Zecwallet Lite",
"icons": [
{
"src": "favicon.ico",