Skip to content

Commit

Permalink
Update Search.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sidram403 authored Nov 9, 2024
1 parent 14715c4 commit 891b3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const Search = () => {
id="sort_order"
className="border rounded-lg p-3 bg-white"
>
<select>
<option value="regularPrice_desc">Price high to low</option>
<option value="regularPrice_asc">Price low to high</option>
<option value="createdAt_desc">Latest</option>
Expand Down

0 comments on commit 891b3bc

Please sign in to comment.