mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(aio): make background transparent in 144x144 PWA icon (#23851)
Fixes #23827 PR Close #23851
This commit is contained in:
parent
e129b18d17
commit
474dbf09ec
4 changed files with 3 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
BIN
aio/src/assets/images/favicons/favicon-144x144.png
Normal file
BIN
aio/src/assets/images/favicons/favicon-144x144.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue