Skip to content

Commit 54d4d59

Browse files
authored
perf(seo): improve accessibility and aligns with best practices (#2289)
1 parent e315864 commit 54d4d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/topbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</nav>
4141
<!-- endof #breadcrumb -->
4242

43-
<button type="button" id="sidebar-trigger" class="btn btn-link">
43+
<button type="button" id="sidebar-trigger" class="btn btn-link" aria-label="Sidebar">
4444
<i class="fas fa-bars fa-fw"></i>
4545
</button>
4646

@@ -55,7 +55,7 @@
5555
{% endif %}
5656
</div>
5757

58-
<button type="button" id="search-trigger" class="btn btn-link">
58+
<button type="button" id="search-trigger" class="btn btn-link" aria-label="Search">
5959
<i class="fas fa-search fa-fw"></i>
6060
</button>
6161

0 commit comments

Comments
 (0)