Skip to content

Commit ec30c7f

Browse files
Merge branch 'main' into gs-forms
2 parents a6902c2 + 9ac6585 commit ec30c7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site/content/docs/5.0/examples/sidebars/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,22 @@ <h1 class="visually-hidden">Sidebars examples</h1>
195195
</li>
196196
<li>
197197
<a href="#" class="nav-link py-3 border-bottom" title="Dashboard" data-bs-toggle="tooltip" data-bs-placement="right">
198-
<svg class="bi" width="24" height="24"><use xlink:href="#speedometer2"/></svg>
198+
<svg class="bi" width="24" height="24" role="img" aria-label="Dashboard"><use xlink:href="#speedometer2"/></svg>
199199
</a>
200200
</li>
201201
<li>
202202
<a href="#" class="nav-link py-3 border-bottom" title="Orders" data-bs-toggle="tooltip" data-bs-placement="right">
203-
<svg class="bi" width="24" height="24"><use xlink:href="#table"/></svg>
203+
<svg class="bi" width="24" height="24" role="img" aria-label="Orders"><use xlink:href="#table"/></svg>
204204
</a>
205205
</li>
206206
<li>
207207
<a href="#" class="nav-link py-3 border-bottom" title="Products" data-bs-toggle="tooltip" data-bs-placement="right">
208-
<svg class="bi" width="24" height="24"><use xlink:href="#grid"/></svg>
208+
<svg class="bi" width="24" height="24" role="img" aria-label="Products"><use xlink:href="#grid"/></svg>
209209
</a>
210210
</li>
211211
<li>
212212
<a href="#" class="nav-link py-3 border-bottom" title="Customers" data-bs-toggle="tooltip" data-bs-placement="right">
213-
<svg class="bi" width="24" height="24"><use xlink:href="#people-circle"/></svg>
213+
<svg class="bi" width="24" height="24" role="img" aria-label="Customers"><use xlink:href="#people-circle"/></svg>
214214
</a>
215215
</li>
216216
</ul>

0 commit comments

Comments
 (0)