Added href attribute to <use> tags with deprecated xlinkHref attribute.
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user