nicer icons

This commit is contained in:
Paul Miller
2023-09-21 18:09:23 -05:00
committed by benthecarman
parent 5d979da019
commit 13f8dbd712
7 changed files with 3 additions and 3 deletions

BIN
public/images/activity.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

BIN
public/images/receive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

BIN
public/images/send.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -48,7 +48,7 @@ const pwaOptions: Partial<VitePWAOptions> = {
url: "/send",
icons: [
{
src: "/images/airplane.png",
src: "/images/send.png",
sizes: "192x192",
type: "image/png"
},
@@ -60,7 +60,7 @@ const pwaOptions: Partial<VitePWAOptions> = {
url: "/receive",
icons: [
{
src: "/images/big-receive.png",
src: "/images/receive.png",
sizes: "192x192",
type: "image/png"
},
@@ -72,7 +72,7 @@ const pwaOptions: Partial<VitePWAOptions> = {
url: "/activity",
icons: [
{
src: "/images/user-clock.png",
src: "/images/activity.png",
sizes: "192x192",
type: "image/png"
},