Add some actual images
Test / test (push) Failing after 42s Details

This commit is contained in:
Jeff 2024-09-23 14:56:11 -04:00
parent 0c79ef491b
commit 784eccb92a
10 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
data/ data/
node_modules/ node_modules/
build/ build/
/public/ /public/entry.worker.js
/test-results/ /test-results/
/playwright-report/ /playwright-report/
/blob-report/ /blob-report/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -8,12 +8,12 @@ export const loader = () => {
short_name: "Tack Up Now!", short_name: "Tack Up Now!",
icons: [ icons: [
{ {
src: "./images/android-chrome-192x192.png", src: "./images/192.png",
sizes: "192x192", sizes: "192x192",
type: "image/png", type: "image/png",
}, },
{ {
src: "./images/android-chrome-512x512.png", src: "./images/512.png",
sizes: "512x512", sizes: "512x512",
type: "image/png", type: "image/png",
}, },

BIN
public/images/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
public/images/512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB