aria-hidden added for image which is present for presentation purpose

This commit is contained in:
Sampath
2023-03-31 19:52:14 +05:30
parent b246f408f4
commit b888a1d578

View File

@@ -77,7 +77,7 @@
<div class="addClause" data-bind=" ">
<div class="addClause-heading">
<span class="clause-table addClause-title">
<img class="addclauseProperty-Img" style="margin-bottom: 5px" src="/Add-property.svg" />
<img class="addclauseProperty-Img" style="margin-bottom: 5px" src="/Add-property.svg" alt="Add new clause" aria-hidden="true" role="presentation"/>
<span style="margin-left: 5px" data-bind="text: addNewClauseLine"></span>
</span>
</div>