Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 25194d1 commit 513eef4
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 5 deletions.
Binary file added android-chrome-192x192.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 android-chrome-512x512.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 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 added favicon-16x16.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 favicon-32x32.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 favicon.ico
Binary file not shown.
Binary file removed icon.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion 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="/toododo/todo-icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React Typescript Todo App with drag and drop"/><link rel="apple-touch-icon" href="/toododo/icon.jpg"/><link rel="manifest" href="/toododo/manifest.json"/><title>Toododo - Not your average Todo App</title><script defer="defer" src="/toododo/static/js/main.c15b9878.js"></script><link href="/toododo/static/css/main.79b825bd.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="apple-touch-icon" sizes="180x180" href="/toododo/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/toododo/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/toododo/favicon-16x16.png"/><link rel="manifest" href="/site.webmanifest"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React Typescript Todo App with drag and drop"/><link rel="manifest" href="/toododo/manifest.json"/><title>Toododo - Not your average Todo App</title><script defer="defer" src="/toododo/static/js/main.c15b9878.js"></script><link href="/toododo/static/css/main.79b825bd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"name": "Toododo",
"icons": [
{
"src": "icon.jpg",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "any"
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",
Expand Down
Binary file removed toododo-icon.png
Binary file not shown.

0 comments on commit 513eef4

Please sign in to comment.