Skip to content

Commit

Permalink
Add arial-label on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Joice-crypto committed Jul 2, 2024
1 parent cef9c57 commit e1bafae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function initialize() {
</button>
` :
`
<button aria-label="Download" disabled type='button' class='btn btn-danger btn-sm tooltipCustom' id='deleteBtn'>
<button aria-label="Delete" disabled type='button' class='btn btn-danger btn-sm tooltipCustom' id='deleteBtn'>
<span class="tooltiptextCustom p-1">Delete requested by ${slideDeleteRequests.find((o) => o.slideDetails.slideId === rs[0]) ? slideDeleteRequests.find((o) => o.slideDetails.slideId === rs[0]).requestedBy : ''}</span>
Delete Requested <i class='fas fa-trash-alt' ></i>
</button>
Expand Down

0 comments on commit e1bafae

Please sign in to comment.