fix(aio): make background transparent in 144x144 PWA icon (#23851)

Fixes #23827

PR Close #23851
This commit is contained in:
George Kalpakas 2018-05-11 12:20:13 +03:00 committed by Matias Niemelä
parent e129b18d17
commit 474dbf09ec
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -17,8 +17,8 @@
sizes="96x96">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png"
sizes="16x16">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/favicon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/favicons/favicon-144x144.png">
<!-- NOTE: These need to be kept in sync with `ngsw-manifest.json`. -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

View File

@ -8,7 +8,7 @@
"type": "image/png"
},
{
"src":"assets/images/favicons/apple-touch-icon-144x144.png",
"src":"assets/images/favicons/favicon-144x144.png",
"sizes": "144x144",
"type": "image/png"
}