Fix products sort filter
This commit is contained in:
@@ -132,6 +132,6 @@ export const NAV_LINKS = [
|
||||
|
||||
export const PRODUCTS_SORTS = [
|
||||
{ title: "جدیدترین ها", value: "newest" },
|
||||
{ title: "گران ترین ها", value: "price" },
|
||||
{ title: "ارزان ترین ها", value: "-price" },
|
||||
{ title: "گران ترین ها", value: "-price" },
|
||||
{ title: "ارزان ترین ها", value: "price" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user