1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 21:52:54 +02:00

update apple touch icon

This commit is contained in:
Morris Brodersen
2024-02-02 19:02:55 +01:00
parent d5b8a1cad6
commit ee5c3dabe6
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -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>