Skip to content

Commit 98858b8

Browse files
authored
πŸ“¦ Updated
1 parent db8261c commit 98858b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
src="./assets/images/header.avif"
9494
alt="Uh-Oh, something went wrong. But it's just two tiny robots looking at each other!"
9595
width="100%"
96-
heigth="auto"
96+
height="auto"
9797
/>
9898

9999
<nav>

β€Žmanifest.webmanifestβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"src": "./assets/pwa-logos/logo512x512.png",
1414
"sizes": "512x512",
1515
"type": "image/png",
16-
"purpose": "maskable"
16+
"purpose": "any"
1717
},
1818
{
1919
"src": "./assets/pwa-logos/logo180x180.png",
2020
"sizes": "180x180",
2121
"type": "image/png",
22-
"purpose": "maskable"
22+
"purpose": "any"
2323
}
2424
]
2525
}

0 commit comments

Comments
Β (0)