mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-17 15:02:13 -04:00
A11Y: remove heading tag from usercard stat (#299)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{{#if user.accepted_answers}}
|
||||
<h3>
|
||||
<span class="desc">{{i18n "solutions"}}</span>
|
||||
{{user.accepted_answers}}
|
||||
</h3>
|
||||
<span class="desc">{{i18n "solutions"}}</span>
|
||||
<span>{{user.accepted_answers}}</span>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user