Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Change app logo and name
Browse files Browse the repository at this point in the history
  • Loading branch information
lily4178993 committed Jul 18, 2023
1 parent aedbe7b commit 7ba3375
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="React Todos App is a tool that helps to organize a day."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -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 Todos App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo192.png
Binary file not shown.
Binary file added public/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo512.png
Binary file not shown.
12 changes: 6 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "React Todos App",
"name": "Create React Todos App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "logo.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "100x100"
},
{
"src": "logo512.png",
"src": "logo2.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "100x100"
}
],
"start_url": ".",
Expand Down

0 comments on commit 7ba3375

Please sign in to comment.