Skip to content

Commit e04b96f

Browse files
authored
Merge branch 'master' into ux-ui
2 parents 0010bf2 + 9939c01 commit e04b96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/components/models.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export default class Models extends Component {
2424
return <section className={ showModels ? "models is-open" : "models"}>
2525
<h4 onClick={() => layoutActions.show("models", !showModels)}>
2626
<span>Models</span>
27-
<svg width="20" height="20">
28-
<use xlinkHref="#large-arrow" />
27+
<svg className="arrow" width="20" height="20">
28+
<use xlinkHref={showModels ? "#large-arrow-down" : "#large-arrow"} />
2929
</svg>
3030
</h4>
3131
<Collapse isOpened={showModels}>

0 commit comments

Comments
 (0)