Skip to content

Commit

Permalink
Renames the App name to Jotter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamartio committed Dec 21, 2021
1 parent 1a23ae9 commit 5fcd5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -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>Jotter</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Jotter",
"name": "Jotter",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 5fcd5e6

Please sign in to comment.