updated the searchbar.js

pull/43/head
SudhanvaDesai1 2023-10-06 02:51:52 +05:30
parent 7a8990c85c
commit 11d445f88a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function SearchBar(props) {
type="text"
name="searchTerm"
placeholder={"Search Book or Author"}
required
className="searchterm"
onChange={handleChange}
/>