Skip to content

Commit

Permalink
fix(template-bod): change title name
Browse files Browse the repository at this point in the history
issue #19
  • Loading branch information
sabertazimi committed Sep 2, 2021
1 parent dac5c19 commit b439a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-bod/public/index.html
Original file line number Diff line number Diff line change
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>React Bod App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-bod/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "React App Sample",
"name": "React Bod App Sample",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit b439a99

Please sign in to comment.