We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c462c commit e32e6e8Copy full SHA for e32e6e8
_includes/topbar.html
@@ -40,7 +40,7 @@
40
</nav>
41
<!-- endof #breadcrumb -->
42
43
- <button type="button" id="sidebar-trigger" class="btn btn-link">
+ <button type="button" id="sidebar-trigger" class="btn btn-link" aria-label="Sidebar">
44
<i class="fas fa-bars fa-fw"></i>
45
</button>
46
@@ -55,7 +55,7 @@
55
{% endif %}
56
</div>
57
58
- <button type="button" id="search-trigger" class="btn btn-link">
+ <button type="button" id="search-trigger" class="btn btn-link" aria-label="Search">
59
<i class="fas fa-search fa-fw"></i>
60
61
0 commit comments