Skip to content

Commit

Permalink
fix(Log): add aria-label to close button
Browse files Browse the repository at this point in the history
closes #177
  • Loading branch information
marstamm committed Jun 17, 2024
1 parent 2ffc70f commit 42c8d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/log/Log.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Log.prototype._init = function() {
<div class="bts-header">
${ LogIcon('bts-log-icon') }
Simulation Log
<button class="bts-close">
<button class="bts-close" aria-label="Close">
${ TimesIcon() }
</button>
</div>
Expand Down

0 comments on commit 42c8d00

Please sign in to comment.