Added href attribute to <use> tags with deprecated xlinkHref attribute.

This commit is contained in:
Austin
2017-07-19 20:16:53 -05:00
parent 8775c63fb4
commit 73f89fc2fd
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export default class Models extends Component {
<h4 onClick={() => layoutActions.show("models", !showModels)}>
<span>Models</span>
<svg width="20" height="20">
<use xlinkHref="#large-arrow" />
<use href="#large-arrow" xlinkHref="#large-arrow" />
</svg>
</h4>
<Collapse isOpened={showModels}>