mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-31 03:54:20 +01:00
nicer icons
This commit is contained in:
committed by
benthecarman
parent
5d979da019
commit
13f8dbd712
BIN
public/images/activity.png
Normal file
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
BIN
public/images/receive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 820 B |
BIN
public/images/send.png
Normal file
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 |
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user