diff --git a/assets/javascripts/discourse/components/docs-category.hbs b/assets/javascripts/discourse/components/docs-category.hbs index 812b3d5..a18347c 100644 --- a/assets/javascripts/discourse/components/docs-category.hbs +++ b/assets/javascripts/discourse/components/docs-category.hbs @@ -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")}} {{this.categoryName}} {{this.category.count}}