Commit 56001688a6ea9c66b34a55628f100979b6d385e9
1 parent
cd58fc31dc
Exists in
master
and in
1 other branch
arreglos identacion
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
| ... | ... | @@ -73,7 +73,7 @@ |
| 73 | 73 | <div *ngIf="verQR" class="col-sm-9"> |
| 74 | 74 | <div class="col-6 offset-3 border-0 mb-auto"> |
| 75 | 75 | <img |
| 76 | - src="{{apiImagenes}}/imagenes/qrmp.jpg" | |
| 76 | + src="../../../assets/img/qrmp.jpg" | |
| 77 | 77 | class="w-100 mx-auto d-block shadow rounded-sm"> |
| 78 | 78 | </div> |
| 79 | 79 | </div> |
| ... | ... | @@ -162,7 +162,7 @@ |
| 162 | 162 | </div> |
| 163 | 163 | <div class="col-5 my-auto p-0"> |
| 164 | 164 | <img |
| 165 | - src="{{apiImagenes}}/imagenes/efectivo.png" | |
| 165 | + src="../../../assets/img/efectivo.png" | |
| 166 | 166 | class="w-100 float-right"> |
| 167 | 167 | </div> |
| 168 | 168 | </div> |
| ... | ... | @@ -174,7 +174,7 @@ |
| 174 | 174 | </div> |
| 175 | 175 | <div class="col-5 my-auto p-0"> |
| 176 | 176 | <img |
| 177 | - src="{{apiImagenes}}/imagenes/tarjeta.png" | |
| 177 | + src="../../../assets/img/tarjeta.png" | |
| 178 | 178 | class="w-100 float-right"> |
| 179 | 179 | </div> |
| 180 | 180 | </div> |
| ... | ... | @@ -188,7 +188,7 @@ |
| 188 | 188 | </div> |
| 189 | 189 | <div class="col-5 my-auto p-0"> |
| 190 | 190 | <img |
| 191 | - src="{{apiImagenes}}/imagenes/qr.png" | |
| 191 | + src="../../../assets/img/qr.png" | |
| 192 | 192 | class="w-100 float-right"> |
| 193 | 193 | </div> |
| 194 | 194 | </div> |