Commit f420f4a80524dd5931e7af2232e2425ff3feacd6
1 parent
45bee51722
Exists in
20200117-axion-responsive
cambiar 'Estamos para ayudarte' por 'Reducir Pantalla'
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <div |
38 | 38 | class="row mx-4 mb-2 h-32 justify-content-center tab cat-content" |
39 | 39 | [ngClass]="{ 'active': allActive, 'border-bottom-effect': !allActive }" |
40 | - (click)="selectCategoria(-1, 0)" id=""> | |
40 | + (click)="selectCategoria(-1, 0)"> | |
41 | 41 | <img |
42 | 42 | draggable="false" |
43 | 43 | ondragstart="return false;" |
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | [ngClass]="{ 'active': categoria.selected, 'border-bottom-effect': !categoria.selected, |
52 | 52 | 'media-pantalla':mpActive }" |
53 | 53 | (click)="selectCategoria(i, categoria.id)" |
54 | - *ngFor="let categoria of categorias; let i = index;" id=""> | |
54 | + *ngFor="let categoria of categorias; let i = index;"> | |
55 | 55 | <img |
56 | 56 | draggable="false" |
57 | 57 | ondragstart="return false;" |
src/app/shared/footer/footer.component.html
1 | 1 | <div class="row w-90 mx-auto h-100 justify-content-between bg-white"> |
2 | 2 | <div class="col-auto align-self-center px-0 bg-white"> |
3 | 3 | <div class="btn-effect row mx-0 bg-light" id="btn-media-pantalla"> |
4 | - <div class="col-auto align-self-center text-primary">ESTAMOS PARA AYUDARTE</div> | |
4 | + <div class="col-auto align-self-center text-primary">REDUCIR PANTALLA</div> | |
5 | 5 | <div class="col-auto p-0 bg-primary d-none d-sm-block"> |
6 | 6 | <img |
7 | 7 | draggable="false" |