Skip to content

Commit

Permalink
FIX chevron Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 committed Oct 18, 2024
1 parent c64947b commit 03ff312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CommonNotificationSummary extends React.Component {
<dd>{type}</dd>
<dd>
<Button bsStyle="link" className="btn-text" bsSize="xsmall" onClick={this.toggleDisplayDetails}>
<Icon name={`caret-${displayDetails ? 'down' : 'right'}`} />&nbsp;
<Icon name={`arrow_${displayDetails ? 'drop_down' : 'right'}`} />&nbsp;
{displayDetails ? 'Less details' : 'More details'}
</Button>
{displayDetails && (
Expand Down

0 comments on commit 03ff312

Please sign in to comment.