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:
Jarek Radosz 2023-02-23 11:11:16 +01:00 committed by GitHub
parent 86ebb20a98
commit 47c9647559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@
{{d-icon
this.officialRepoBadge
class="check-circle"
alt=this.officialRepoBadgeTitle
title=this.officialRepoBadgeTitle
translatedTitle=this.officialRepoBadgeTitle
}}
{{/if}}
</td>