mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +00:00
Merge pull request #113 from cse110-fa22-group29/change-demo
Change search bar placeholder to "Search by tags..."
This commit is contained in:
commit
65224d88c7
@ -36,7 +36,7 @@
|
||||
<option value="recent">Most Recent</option>
|
||||
<option value="top">Top Rated</option>
|
||||
</select>
|
||||
<input type="search" id="search-bar" name="searchBar" placeholder="Search tags..." />
|
||||
<input type="search" id="search-bar" name="searchBar" placeholder="Search by tags..." />
|
||||
<button id="clear-search">Clear Search</button>
|
||||
</form>
|
||||
<img src="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn" />
|
||||
|
Loading…
Reference in New Issue
Block a user