Skip to content

Commit

Permalink
fix(manifest): use correct favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 21, 2023
1 parent 19ad79a commit d0c8e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "hello.nrfcloud.com · Retrieve real-time data from your long-range Nordic Semiconductor Development Kits within seconds",
"icons": [
{
"src": "/static/favicon.webp",
"src": "/static/images/logo.svg?v=2",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/webp"
"type": "image/svg+xml"
}
],
"start_url": ".",
Expand Down

0 comments on commit d0c8e93

Please sign in to comment.