DEV: update deprecated icon names times-circle (#192)

This commit is contained in:
Kelv 2025-01-10 12:59:44 +08:00 committed by GitHub
parent ee5111a628
commit 4e42539cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{action this.selectCategory}}
class="docs-item docs-category {{if this.category.active 'selected'}}"
>
{{d-icon (if this.category.active "times-circle" "far-circle")}}
{{d-icon (if this.category.active "circle-xmark" "far-circle")}}
<span class="docs-item-id category-id">{{this.categoryName}}</span>
<span class="docs-item-count category-count">{{this.category.count}}</span>