Skip to content

Commit

Permalink
update apple touch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Feb 2, 2024
1 parent d5b8a1c commit ee5c3da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added public/images/apple-touch-icon.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/images/icon180x180.png
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 @@ -51,7 +51,7 @@
<link rel="stylesheet" href="styles/todo-item.css" />

<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="images/icon180x180.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
</head>
<body>
<div class="todo-app"></div>
Expand Down

0 comments on commit ee5c3da

Please sign in to comment.