edited filter names
This commit is contained in:
@@ -369,7 +369,7 @@ export default function Home() {
|
||||
];
|
||||
|
||||
const categoriesFilter = [
|
||||
{ value: "", label: t("all") },
|
||||
{ value: "", label: t('allCategories') },
|
||||
{ value: "Seeds", label: t("seeds") },
|
||||
{ value: "GardenSupplies", label: t("gardenSupplies") },
|
||||
{ value: "TechnicalComponents", label: t("technicalComponents") },
|
||||
@@ -377,7 +377,7 @@ export default function Home() {
|
||||
];
|
||||
|
||||
const ratingFilter = [
|
||||
{ value: "", label: t("all") },
|
||||
{ value: "", label: t('allRatings') },
|
||||
...[5, 4, 3, 2, 1].map(value => ({
|
||||
value: value.toString(),
|
||||
label: value.toString()
|
||||
|
||||
Reference in New Issue
Block a user