Skip to content

Commit

Permalink
Issue #991: fix icon open close dropdown filters
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 committed May 23, 2024
1 parent 15a65f6 commit ba45277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function FilterCategoryDynamic({
onClick={() => (isCollapsable ? setIsOpen(!isOpen) : null)}
>
<FontAwesomeIcon
icon={isOpen ? faChevronDown : faChevronUp}
icon={isOpen ? faChevronUp : faChevronDown}
style={{
color:
"var(--openk9-embeddable-search--secondary-text-color)",
Expand Down

0 comments on commit ba45277

Please sign in to comment.