DEV: update deprecated icon names times-circle

This commit is contained in:
Kelvin Tan 2025-01-10 12:09:57 +08:00
parent ee5111a628
commit f2f078d541
No known key found for this signature in database
GPG Key ID: 49C85DCE965C53EF
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>