Commit a3f7c1824320866bb798f0f0cae2fbdb95b5299a
1 parent
94cbc3c513
Exists in
develop
Change
Cambio texto
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/app/shared/sinonimo/sinonimo.component.html
... | ... | @@ -4,10 +4,11 @@ |
4 | 4 | <div class="col-6 text-right"> |
5 | 5 | <p *ngFor="let s of sinonimos; let i = index"> |
6 | 6 | <span |
7 | - class="pr-2 btn-effect" | |
7 | + class="btn-effect" | |
8 | 8 | (click)="scrollTo(i)"> |
9 | - Ir a opción {{i+1}}</span> | |
10 | - <i class="far fa-hand-point-left"></i> | |
9 | + Ir a opción {{i+1}} | |
10 | + <i class="far fa-hand-point-left"></i> | |
11 | + </span> | |
11 | 12 | </p> |
12 | 13 | </div> |
13 | 14 | </div> |