Skip to content

Commit

Permalink
In ubicacion-modal component, chages broom icon to times icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundososalopez committed May 10, 2023
1 parent 5e9113f commit 24c68ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h4 class="h5 modal-title flex-fill">{{ title }}</h4>
</div>
<div class="modal-footer p-2">
<button type="button" class="btn btn-outline-dark" (click)="activeModal.dismiss()">
<fa-icon [icon]="['fas', 'broom']"></fa-icon>&nbsp;Cancelar
<fa-icon [icon]="['fas', 'times']"></fa-icon>&nbsp;Cancelar
</button>
<button type="button" class="btn btn-primary" (click)="submit()">
<fa-icon [icon]="['fas', 'check']"></fa-icon>&nbsp;Aceptar
Expand Down

0 comments on commit 24c68ef

Please sign in to comment.