Skip to content

Commit

Permalink
fix(ngrx.io): set correct path for pwa icons (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic authored Feb 27, 2024
1 parent a5958a0 commit 703a9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngrx.io/src/pwa-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "NgRx",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/assets/images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/assets/images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 703a9c7

Please sign in to comment.