A11Y: remove heading tag from usercard stat (#299)

This commit is contained in:
Kris 2024-07-17 14:55:19 -04:00 committed by GitHub
parent cbd69f21e7
commit 85d3e494ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -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}}