We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6653dd7 commit 8c3f096Copy full SHA for 8c3f096
public/index.html
@@ -19,7 +19,7 @@
19
work correctly both with client-side routing and a non-root public URL.
20
Learn how to configure a non-root public URL by running `npm run build`.
21
-->
22
- <title>Wizard</title>
+ <title>react-wizard</title>
23
</head>
24
<body>
25
<noscript>You need to enable JavaScript to run this app.</noscript>
public/manifest.json
@@ -1,6 +1,6 @@
1
{
2
- "short_name": "Wizard",
3
- "name": "Wizard Sample",
+ "short_name": "wizard",
+ "name": "react-wizard",
4
"icons": [
5
6
"src": "favicon.ico",
0 commit comments