Skip to content

Commit

Permalink
fix(accordion): if statement for icon className #390 from eea/fix-acc…
Browse files Browse the repository at this point in the history
…ordion-icons
  • Loading branch information
ichim-david committed Sep 6, 2023
2 parents f2dc977 + ba34003 commit 4d52524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Accordion/Accordion.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function AccordionContainer({ ...args }) {
<span>{panel.title}</span>
<Icon
className={
active ? 'ri-arrow-down-s-line' : 'ri-arrow-up-s-line'
active ? 'ri-arrow-up-s-line' : 'ri-arrow-down-s-line'
}
/>
</Accordion.Title>
Expand Down

0 comments on commit 4d52524

Please sign in to comment.