Skip to content

Commit

Permalink
change icons to jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
EbrahimHeydari committed Dec 5, 2023
1 parent 8b996e9 commit a6e419a
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
Binary file removed assets/empty-dc98d2e1.png
Binary file not shown.
Binary file removed assets/en-abe9ceed.png
Binary file not shown.
40 changes: 0 additions & 40 deletions assets/index-25d0fc41.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/index-620e13e6.css → assets/index-b23d731a.css

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions assets/index-c4cc3b07.js

Large diffs are not rendered by default.

Binary file removed assets/logo-cfe79d7d.png
Binary file not shown.
Binary file removed assets/pin-f1841c0f.png
Binary file not shown.
Binary file removed assets/unpin-703100f5.png
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

<head>
<meta charset="utf-8" />
<link rel="icon" href="/TodoList/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#e9ecef" />
<meta name="description" content="a todo list for challenge" />
<link rel="apple-touch-icon" href="./logo192.png" />
<link rel="manifest" href="./manifest.json" />
<title>Todo List</title>
<script type="module" crossorigin src="/TodoList/assets/index-25d0fc41.js"></script>
<link rel="stylesheet" href="/TodoList/assets/index-620e13e6.css">
<link rel="manifest" href="/TodoList/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/TodoList/registerSW.js"></script></head>
<script type="module" crossorigin src="/assets/index-c4cc3b07.js"></script>
<link rel="stylesheet" href="/assets/index-b23d731a.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "ToDo",
"name": "My ToDo",
"short_name": "Todo List",
"name": "My Todo List",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"todo-list","short_name":"todo-list","start_url":"/TodoList/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/TodoList/"}
{"name":"todo-list","short_name":"todo-list","start_url":"/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/"}
2 changes: 1 addition & 1 deletion registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6e419a

Please sign in to comment.