Optimise images part 2

This commit is contained in:
Lea Anthony
2022-08-29 20:19:43 +10:00
parent 96bf669d62
commit cdf4927e58
155 changed files with 184 additions and 184 deletions
@@ -93,7 +93,7 @@ If we view the `build/bin` directory in Windows Explorer, we should see our proj
<div class="text--center">
<img
src={require("@site/static/img/helloworld-app-icon.png").default}
src={require("@site/static/img/helloworld-app-icon.webp").default}
width="134px"
/>
</div>
@@ -110,7 +110,7 @@ You should see the application working as expected:
<div class="text--center">
<img
src={require("@site/static/img/windows-default-app.png").default}
src={require("@site/static/img/windows-default-app.webp").default}
width="50%"
className="screenshot"
/>