Skip to content

Commit

Permalink
Fix shortcuts icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguy-fgl committed Oct 31, 2022
1 parent 19506f2 commit 4619267
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
Binary file added assets/img/pwa/shortcuts/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/img/pwa/shortcuts/about.svg

This file was deleted.

Binary file added assets/img/pwa/shortcuts/cpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/img/pwa/shortcuts/cpu.svg

This file was deleted.

Binary file added assets/img/pwa/shortcuts/ram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/img/pwa/shortcuts/ram.svg

This file was deleted.

12 changes: 7 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,9 @@
"url": "https://furycraft.github.io/webpage-as-homework/ram.html",
"icons": [
{
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/ram.svg"
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/ram.png",
"type": "image/png",
"purpose": "any"
}
],
"description": "Découvrez le fonctionnement de la RAM"
Expand All @@ -545,8 +547,8 @@
"url": "https://furycraft.github.io/webpage-as-homework/processeur.html",
"icons": [
{
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/cpu.svg",
"type": "image/svg+xml",
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/cpu.png",
"type": "image/png",
"purpose": "any"
}
],
Expand All @@ -557,8 +559,8 @@
"url": "https://furycraft.github.io/webpage-as-homework/a-propos.html",
"icons": [
{
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/about.svg",
"type": "image/svg+xml",
"src": "https://furycraft.github.io/webpage-as-homework/assets/img/pwa/shortcuts/about.png",
"type": "image/png",
"purpose": "any"
}
],
Expand Down

0 comments on commit 4619267

Please sign in to comment.