No message this trip
This commit is contained in:
@@ -8,7 +8,10 @@ class SearchPage extends Component {
|
|||||||
<div className="search-books-bar">
|
<div className="search-books-bar">
|
||||||
<Link className="close-search" to="/">Close</Link>
|
<Link className="close-search" to="/">Close</Link>
|
||||||
<div className="search-books-input-wrapper">
|
<div className="search-books-input-wrapper">
|
||||||
<input type="text" placeholder="Search by title or author"/>
|
<input
|
||||||
|
type="text"
|
||||||
|
placeholder="Search by title or author"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="search-books-results">
|
<div className="search-books-results">
|
||||||
|
|||||||
Reference in New Issue
Block a user