mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
A11Y: Use correct structure for badge headings (#21267)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{{#each this.badgeGroups as |bg|}}
|
||||
<div class="badge-grouping">
|
||||
<div class="title">
|
||||
<h3>{{bg.badgeGrouping.displayName}}</h3>
|
||||
<h2>{{bg.badgeGrouping.displayName}}</h2>
|
||||
</div>
|
||||
<div class="badge-group-list">
|
||||
{{#each bg.badges as |b|}}
|
||||
|
||||
Reference in New Issue
Block a user