mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Added search input field
This commit is contained in:
parent
905f4ba964
commit
4c6cf330c4
@ -97,7 +97,7 @@ function Search() {
|
|||||||
<div className={containerClassName} style={{}}>
|
<div className={containerClassName} style={{}}>
|
||||||
<div>
|
<div>
|
||||||
<SearchIcon alt='Search' />
|
<SearchIcon alt='Search' />
|
||||||
Search posts, tags, and authors
|
<input placeholder='Search posts, tags, and authors' />
|
||||||
<ClearIcon alt='Clear' />
|
<ClearIcon alt='Clear' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user