mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
change search bar placeholder to "Search by tags..."
This commit is contained in:
parent
5d90e7636f
commit
3e83720e6a
@ -36,7 +36,7 @@
|
|||||||
<option value="recent">Most Recent</option>
|
<option value="recent">Most Recent</option>
|
||||||
<option value="top">Top Rated</option>
|
<option value="top">Top Rated</option>
|
||||||
</select>
|
</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>
|
<button id="clear-search">Clear Search</button>
|
||||||
</form>
|
</form>
|
||||||
<img src="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn" />
|
<img src="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn" />
|
||||||
|
Loading…
Reference in New Issue
Block a user