Skip to content

Commit

Permalink
Adds aria-label to sidebar toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Jun 26, 2024
1 parent 98ab9ec commit c4c45e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/node-edit-form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% extends '@claro/node-edit-form.html.twig' %}
{% block secondary %}
<div class="ucb-sidebar-toggle-container">
<a role="button" id="ucb-sidebar-toggle-button" href="#" data-status="open">
<a role="button" aria-label="Hide or show the advanced settings" id="ucb-sidebar-toggle-button" href="#" data-status="open">
<i class="fa-solid fa-2x fa-toggle-on"></i>
</a>
</div>
Expand Down

0 comments on commit c4c45e6

Please sign in to comment.