Skip to content

Commit

Permalink
added aria-label and role attribute to back button
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Jul 31, 2024
1 parent cbe7931 commit afff165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dev-workbench/workbench.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
class="navbar navbar-expand-lg navbar-dark flex-row px-2"
style="background: rgb(33, 37, 41);"
>
<div style="cursor: pointer;" id="goBack" tabindex="0">
<div role="button" aria-label="Go back" style="cursor: pointer;" id="goBack" tabindex="0">
<i data-feather="arrow-left" class="text-white"></i>
</div>

Expand Down

0 comments on commit afff165

Please sign in to comment.