Skip to content

Commit 8c3f096

Browse files
author
a602484
committed
Update title
1 parent 6653dd7 commit 8c3f096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
work correctly both with client-side routing and a non-root public URL.
2020
Learn how to configure a non-root public URL by running `npm run build`.
2121
-->
22-
<title>Wizard</title>
22+
<title>react-wizard</title>
2323
</head>
2424
<body>
2525
<noscript>You need to enable JavaScript to run this app.</noscript>

public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Wizard",
3-
"name": "Wizard Sample",
2+
"short_name": "wizard",
3+
"name": "react-wizard",
44
"icons": [
55
{
66
"src": "favicon.ico",

0 commit comments

Comments
 (0)