mirror of
https://github.com/Galax028/startpage.git
synced 2024-11-21 22:53:08 +01:00
Change search bar placeholder
This commit is contained in:
parent
a8faeb2d83
commit
c967b21c9c
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user