diff --git a/src/App.js b/src/App.js index 187e6bf8..f9c87ab8 100644 --- a/src/App.js +++ b/src/App.js @@ -132,7 +132,7 @@ class App extends React.Component { type="text" onChange={e => this.props.setSearchQuery(e.target.value)} value={this.props.searchQuery || ""} - placeholder={"Search Query"} + placeholder={"Search..."} />