Commit b9d188add1767aa57f230e3e92ce37642c132a09
1 parent
124b07247e
Exists in
master
and in
1 other branch
Cambio de imagen.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | <div |
97 | 97 | class="card-effect bg-white rounded-sm shadow border-0" |
98 | 98 | (click)="mostrarBotonCargar(producto)"> |
99 | - <img src="{{apiUrl}}/imagenes/cafe.jpg" class="rounded-sm w-100 m-auto"> | |
99 | + <img src="{{apiUrl}}/imagenes/testImg.jpg" class="rounded-sm w-100 m-auto"> | |
100 | 100 | <div class="p-2"> |
101 | 101 | <p class="h6 text-left m-0">{{producto.DetArt}}</p> |
102 | 102 | <div class="row justify-content-between m-0"> |