fix(StorePage): change the label of the "Most Popular" option in the select dropdown to "Popular" for brevity and consistency
This commit is contained in:
parent
19887d6887
commit
775dec574f
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ export default function StorePage(): JSX.Element {
|
|||
<SelectValue placeholder="Popular" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="Popular">Most Popular</SelectItem>
|
||||
<SelectItem value="Popular">Popular</SelectItem>
|
||||
{/* <SelectItem value="Recent">Most Recent</SelectItem> */}
|
||||
<SelectItem value="Alphabetical">Alphabetical</SelectItem>
|
||||
</SelectContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue