Skip to content

Commit 407080d

Browse files
committed
refactor: replace plus icon
1 parent 663009f commit 407080d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Compare/FacetSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function isCategoryNoneSelected(category: string): boolean {
8383
? undefined
8484
: isFacetSelected(facet.id)
8585
? 'i-lucide:check'
86-
: 'i-carbon:add'
86+
: 'i-lucide:plus'
8787
"
8888
>
8989
{{ facet.label }}

0 commit comments

Comments
 (0)