Skip to content

Commit 138da44

Browse files
authored
📦 Updated
1 parent 98858b8 commit 138da44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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-
height="auto"
96+
height="500px"
9797
/>
9898

9999
<nav>

‎manifest.webmanifest‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"description": "Data Science and Machine Learning Portfolio",
1111
"icons": [
1212
{
13-
"src": "./assets/pwa-logos/logo512x512.png",
14-
"sizes": "512x512",
13+
"src": "./assets/pwa-logos/logo180x180.png",
14+
"sizes": "180x180",
1515
"type": "image/png",
16-
"purpose": "any"
16+
"purpose": "any maskable"
1717
},
1818
{
19-
"src": "./assets/pwa-logos/logo180x180.png",
20-
"sizes": "180x180",
19+
"src": "./assets/pwa-logos/logo512x512.png",
20+
"sizes": "512x512",
2121
"type": "image/png",
22-
"purpose": "any"
22+
"purpose": "any maskable"
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)