edited price labels
This commit is contained in:
@@ -145,9 +145,9 @@ export default function Home() {
|
|||||||
|
|
||||||
const priceFilter = [
|
const priceFilter = [
|
||||||
{ value: "", label: t("all") },
|
{ value: "", label: t("all") },
|
||||||
{ value: "< 10", label: "< 10" },
|
{ value: "< 10", label: "< 10 €" },
|
||||||
{ value: "< 20", label: "< 20" },
|
{ value: "< 20", label: "< 20 €" },
|
||||||
{ value: ">= 20", label: ">= 20" }
|
{ value: ">= 20", label: "≥ 20 €" }
|
||||||
];
|
];
|
||||||
|
|
||||||
const ratingFilter = [
|
const ratingFilter = [
|
||||||
|
|||||||
Reference in New Issue
Block a user