Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Mar 3, 2023
1 parent 8c33555 commit 66825d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<div custom-btns>
<input #imgInput type="file" style="display: none" accept="image/*" (change)="uploadImg($event)" (click)="onInputFileReset($event)" />
<button type="button" class="btn btn-sm btn-primary" (click)="imgInput.click()">
<button type="button" class="btn btn-sm" (click)="imgInput.click()">
<i class="fa fa-file-image-o" aria-hidden="true"></i>
</button>

Expand Down

0 comments on commit 66825d8

Please sign in to comment.