Commit 3fc3662253d841798d52c63792c7a0e9979c3b70

Authored by Marcelo Puebla
1 parent 67d322b923
Exists in master

Cambio de imagenes.

src/app/components/inicio/inicio.component.html
... ... @@ -27,13 +27,13 @@
27 27 <div id="carouselIndicators" class="carousel slide" data-ride="carousel">
28 28 <div class="carousel-inner">
29 29 <div class="carousel-item active">
30   - <img src="{{apiUrl}}/imagenes/testImg.jpg" class="d-block w-100 m-auto rounded">
  30 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
31 31 </div>
32 32 <div class="carousel-item">
33   - <img src="{{apiUrl}}/imagenes/testImg.jpg" class="d-block w-100 m-auto rounded">
  33 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
34 34 </div>
35 35 <div class="carousel-item">
36   - <img src="{{apiUrl}}/imagenes/testImg.jpg" class="d-block w-100 m-auto rounded">
  36 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
37 37 </div>
38 38 </div>
39 39 </div>