Skip to content

Commit f5f7d43

Browse files
committed
allow changing translation icon
1 parent e34eb35 commit f5f7d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/weh-translation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export var WehTranslationForm = connect(
295295
<form className="weh-shf"
296296
onChange={this.handleChange}
297297
role="form">
298-
<WehHeader>
298+
<WehHeader image={this.props.titleImage || "images/icon-32.png"}>
299299
<div className="col-sm-4 float-sm-right" style={{display:"inline-flex",marginTop:"2px"}}>
300300
<input className="form-control"
301301
onChange={this.handleSearchChange}

0 commit comments

Comments
 (0)