Change text from 'filtering method' to 'sorting method'

This commit is contained in:
Sanjit Joseph 2022-11-30 18:02:07 -08:00
parent d964d1e275
commit 78f627b39d

View File

@ -36,7 +36,7 @@
<div class="search-bar">
<form id="form">
<label for="sort">Filtering Method:</label>
<label for="sort">Sorting Method:</label>
<select id="sort">
<option value="recent">Most Recent</option>
<option value="top">Top Rated</option>