refactor(aio): move unused images to unused directories

This prevents the ServiceWorker from prefetching unnecessary files.
This commit is contained in:
Georgios Kalpakas
2017-07-27 19:39:21 +03:00
committed by Alex Rickabaugh
parent 5808153359
commit 24117d7a49
50 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<!-- Group 3-->
<div layout="row" layout-xs="column" class="home-row">
<div class="promo-img-container promo-3">
<div><img src="assets/images/home/joyful-development.png" alt="IDE example"></div>
<div><img src="assets/images/home/joyful-development.svg" alt="IDE example"></div>
</div>
<div class="text-container">
@ -100,7 +100,7 @@
<div class="promo-img-container promo-4">
<div>
<img src="assets/images/home/loved-by-millions.png" alt="angular on the map" width="455" height="228">
<img src="assets/images/home/loved-by-millions.svg" alt="angular on the map" width="455" height="228">
</div>
</div>
</div>