feat: Update favicon to use new logo

This commit is contained in:
alexsparkes 2024-02-27 18:48:38 +00:00
parent 66904cca47
commit 87bb3fb066
5 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" sizes="32x32" href="./icons/32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./icons/16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/icons/32x32.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/icons/16x16.png" />
<title>New Tab</title>
</head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB