Skip to content

Commit

Permalink
change logos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 committed Mar 26, 2024
1 parent 99bb415 commit ced15dc
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/jumintohyoMap/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/jumintohyoMap/logo192.png"/><link rel="manifest" href="/jumintohyoMap/manifest.json"/><title>React App</title><script defer="defer" src="/jumintohyoMap/static/js/main.c639f76d.js"></script><link href="/jumintohyoMap/static/css/main.8c192071.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/jumintohyoMap/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/jumintohyoMap/logomini.png"/><link rel="manifest" href="/jumintohyoMap/manifest.json"/><title>React App</title><script defer="defer" src="/jumintohyoMap/static/js/main.c639f76d.js"></script><link href="/jumintohyoMap/static/css/main.8c192071.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "logomini.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "logolarge.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logomini.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 Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
Binary file added public/logolarge.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 added public/logomini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "logomini.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "logolarge.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down

0 comments on commit ced15dc

Please sign in to comment.