We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34eb35 commit f5f7d43Copy full SHA for f5f7d43
src/react/weh-translation.jsx
@@ -295,7 +295,7 @@ export var WehTranslationForm = connect(
295
<form className="weh-shf"
296
onChange={this.handleChange}
297
role="form">
298
- <WehHeader>
+ <WehHeader image={this.props.titleImage || "images/icon-32.png"}>
299
<div className="col-sm-4 float-sm-right" style={{display:"inline-flex",marginTop:"2px"}}>
300
<input className="form-control"
301
onChange={this.handleSearchChange}
0 commit comments