mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added search input field
This commit is contained in:
parent
905f4ba964
commit
4c6cf330c4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function Search() {
|
|||
<div className={containerClassName} style={{}}>
|
||||
<div>
|
||||
<SearchIcon alt='Search' />
|
||||
Search posts, tags, and authors
|
||||
<input placeholder='Search posts, tags, and authors' />
|
||||
<ClearIcon alt='Clear' />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue