0
Fork 0
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:
Sanne de Vries 2022-07-05 12:21:56 +02:00
parent 905f4ba964
commit 4c6cf330c4

View file

@ -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>