Commit 87c3573d3af63c0e464fbe23a30ca9bdfd2bb5fa
1 parent
3fe6935f2e
Exists in
master
and in
1 other branch
Agregado routerlink al darle al boton cancelar.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
... | ... | @@ -79,7 +79,10 @@ |
79 | 79 | <div class="card m-2 rounded-top-sm mt-auto blue-gradient border-0"> |
80 | 80 | <div class="card-body row m-0"> |
81 | 81 | <div class="col-12 p-3"> |
82 | - <button type="button" class="btn btn-block btn-light shadow btn-sm shadow"> | |
82 | + <button | |
83 | + type="button" | |
84 | + class="btn btn-block btn-light shadow btn-sm shadow" | |
85 | + [routerLink]="['/inicio']"> | |
83 | 86 | <span class="pr-1">Volver</span> |
84 | 87 | <i class="fa fa-undo text-warning"></i> |
85 | 88 | </button> |