tweak filter placeholder

was "filter title/description"
now "filter title/description/tags"
This commit is contained in:
Eric
2026-09-04 03:09:31 +10:00
parent 1f556792fd
commit af618bc9db
@@ -165,7 +165,7 @@ const ListPage = ({ brewCollection = [{ title: '', class: '', brews: [] }], navI
<div className='filter-option'>
<label>
<i className='fas fa-search'></i>
<input type='search' placeholder='filter title/description' onChange={handleFilterTextChange} value={filterString} />
<input type='search' placeholder='filter title/description/tags' onChange={handleFilterTextChange} value={filterString} />
</label>
</div>
);