Skip to content
Snippets Groups Projects
Commit 0fbfdf6b authored by Alex Penczko's avatar Alex Penczko
Browse files

[TASK] remove unnecessary aria label from svg

parent 84678a95
No related branches found
No related tags found
1 merge request!53Task a11y
......@@ -453,7 +453,7 @@
<f:else>
<sg:renderSvg name="fontawesome/solid/user" width="50" height="50"
color="currentColor" createColorAttribute="TRUE"
class="px-4 py-4 bg-light o-50" role="img" aria-label="User icon" />
class="px-4 py-4 bg-light o-50" aria-hidden="true" focusable="false" />
</f:else>
</f:if>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment