Merge pull request #113 from cse110-fa22-group29/change-demo

Change search bar placeholder to "Search by tags..."
This commit is contained in:
Arthur Lu 2022-12-06 19:03:20 -08:00 committed by GitHub
commit 65224d88c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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