Skip to content

Commit

Permalink
fix: put the "Create new macro for this key" tooltip on button (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb authored Jul 31, 2024
1 parent c68bd2f commit 25a6f4a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
<fa-icon [icon]="faUpRightFromSquare"
aria-hidden="true"></fa-icon>
</a>
<button class="btn btn-default" (click)="assignNewMacro.emit()">
<button class="btn btn-default" (click)="assignNewMacro.emit()" ngbTooltip="Create new macro for this key">
<fa-icon [icon]="faPlus"
ngbTooltip="Create new macro for this key"
aria-hidden="true"></fa-icon>
</button>
</div>
Expand Down

0 comments on commit 25a6f4a

Please sign in to comment.