Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e54daec

Browse files
committedApr 16, 2020
fix: correct document title
1 parent 3ee0694 commit e54daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
work correctly both with client-side routing and a non-root public URL.
2323
Learn how to configure a non-root public URL by running `npm run build`.
2424
-->
25-
<title>React App</title>
25+
<title>Pseudo Cipherer</title>
2626
</head>
2727

2828
<body>

0 commit comments

Comments
 (0)
Please sign in to comment.