FIX: Incorrect use of d-icon params (#171)
It doesn't support alt and the title was already a translated string.
This commit is contained in:
parent
86ebb20a98
commit
47c9647559
|
|
@ -4,8 +4,7 @@
|
||||||
{{d-icon
|
{{d-icon
|
||||||
this.officialRepoBadge
|
this.officialRepoBadge
|
||||||
class="check-circle"
|
class="check-circle"
|
||||||
alt=this.officialRepoBadgeTitle
|
translatedTitle=this.officialRepoBadgeTitle
|
||||||
title=this.officialRepoBadgeTitle
|
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue