Add an updated icon

This commit is contained in:
Savanni D'Gerinel 2023-05-13 12:47:09 -04:00
parent ef396f3bfb
commit 68cec8bc12
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

View File

@ -17,7 +17,8 @@ module.exports = {
patterns: [
{ from: "src/index.html" },
{ from: "src/kifu.css" },
{ from: "src/manifest.json" }
{ from: "src/manifest.json" },
{ from: "src/icon512.png" }
]
})
],