Commit 593c84f51e3552bcf185e7c47a3b2e4d0ea29060
1 parent
640f0aabd0
Exists in
develop
cambio texto de pago en efectivo
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
| ... | ... | @@ -11,7 +11,9 @@ |
| 11 | 11 | </div> |
| 12 | 12 | <div class="h-85"> |
| 13 | 13 | <div class="row h-auto mt-6 mx-0 justify-content-center text-center"> |
| 14 | - <div class="col-7 col-xl-4 p-5 m-5 h-auto align-self-end border border-secondary rounded"> | |
| 14 | + <div | |
| 15 | + [routerLink]="['/opcion-pedido']" | |
| 16 | + class="col-7 col-xl-4 p-5 m-5 h-auto align-self-end border border-secondary rounded"> | |
| 15 | 17 | <img |
| 16 | 18 | draggable="false" |
| 17 | 19 | ondragstart="return false;" |
| ... | ... | @@ -28,9 +30,7 @@ |
| 28 | 30 | class="icon-150" |
| 29 | 31 | src="assets/img/icono-mercado-pago.svg"> |
| 30 | 32 | </p> |
| 31 | - <div | |
| 32 | - class="d-inline-block py-1 btn-effect bg-secondary badge-pill text-white" | |
| 33 | - [routerLink]="['/opcion-pedido']"> | |
| 33 | + <div class="d-inline-block py-1 btn-effect bg-secondary badge-pill text-white"> | |
| 34 | 34 | CONTINUAR |
| 35 | 35 | <img |
| 36 | 36 | draggable="false" |