Commit 42f74088a693ffeea9602a466cd134218e75686c
1 parent
894db8f0b5
Exists in
master
and in
1 other branch
Borrado boton personalizar.
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
src/app/components/inicio/inicio.component.html
| ... | ... | @@ -149,14 +149,6 @@ |
| 149 | 149 | class="col-5 pr-0" |
| 150 | 150 | *ngIf="promociones.length > 0"> |
| 151 | 151 | <button |
| 152 | - *ngIf="sinonimos.length > 0" | |
| 153 | - type="button" | |
| 154 | - class="btn btn-light btn-block shadow-sm" | |
| 155 | - (click)="pop.show()"> | |
| 156 | - <span class="pr-2">Personalizar</span> | |
| 157 | - <i class="fa fa-hand-o-up text-purple" aria-hidden="true"></i> | |
| 158 | - </button> | |
| 159 | - <button | |
| 160 | 152 | *ngIf="!promoAcargar || sinonimos.length == 0" |
| 161 | 153 | type="button" |
| 162 | 154 | class="btn btn-primary btn-block shadow-sm" |