Change search bar placeholder

This commit is contained in:
Galax 2021-11-15 09:48:46 +07:00
parent a8faeb2d83
commit c967b21c9c

View File

@ -52,7 +52,7 @@ class Search extends Component {
// @ts-ignore
const { value, suggestions } = this.state;
const inputProps = {
placeholder: "Search DuckDuckGo",
placeholder: "Search The Web",
value,
onChange: this.onChange,
};