switch initial spinner to mx_Spinner

This commit is contained in:
Matthew Hodgson 2015-11-07 20:16:44 +00:00
parent 4e170a2831
commit ed4c5b9f73
3 changed files with 29 additions and 6 deletions

View file

@ -26,7 +26,7 @@ module.exports = React.createClass({
var h = this.props.h || 32;
var imgClass = this.props.imgClassName || "";
return (
<div>
<div className="mx_Spinner">
<img src="img/spinner.gif" width={w} height={h} className={imgClass}/>
</div>
);