Skip to content

Commit

Permalink
fix: set correct size of images
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 committed Apr 21, 2024
1 parent 0da8dd6 commit b218c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified apps/holder/projects/pwa/src/assets/screenshot/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/holder/projects/pwa/src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"screenshots": [
{
"src": "assets/screenshot/main.png",
"sizes": "750x1334",
"sizes": "1082x2402",
"type": "image/png",
"form_factor": "narrow",
"label": "Home screen of the credentials"
},
{
"src": "assets/screenshot/main-wide.png",
"sizes": "1536x1476",
"sizes": "2879x2152",
"type": "image/png",
"form_factor": "wide",
"label": "Home screen of the credentials"
Expand Down

0 comments on commit b218c53

Please sign in to comment.