diff --git a/lib/constants.ts b/lib/constants.ts index 99711221a..8017746c2 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -14,8 +14,6 @@ export const defaultSort: SortFilterItem = { export const sorting: SortFilterItem[] = [ defaultSort, - { title: 'Trending', slug: 'trending-desc', sortKey: 'BEST_SELLING', reverse: false }, // asc - { title: 'Latest arrivals', slug: 'latest-desc', sortKey: 'CREATED_AT', reverse: true }, { title: 'Price: Low to high', slug: 'price-asc', sortKey: 'PRICE', reverse: false }, // asc { title: 'Price: High to low', slug: 'price-desc', sortKey: 'PRICE', reverse: true } ];