Skip to content

Commit

Permalink
Update blogsData.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-dev authored Apr 16, 2024
1 parent 16a0994 commit d291589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blogsData/blogsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const BlogsData = () => {
<h1>Search</h1>
<br />
<input
type="text"
type="search"
placeholder="Search Blog"
value={query}
onChange={(e) => setQuery(e.target.value)}
Expand Down

0 comments on commit d291589

Please sign in to comment.