Closed IDrinkMoreWater closed 7 years ago
i need to implement :
<TitleBar title={<p className="barHead"> <img src={logo} alt="overallLogo"/>HYD Application</p>} controls isMaximized={this.state.isMaximized} theme='dark' background='#1b9df8' onCloseClick={this.close} onMinimizeClick={this.minimize} onMaximizeClick={this.toggleMaximize} onRestoreDownClick={this.toggleMaximize}/>
but the 'title' props must be string.
Please submit a PR and we will accept it.
i need to implement :
but the 'title' props must be string.