edited price labels

This commit is contained in:
Laura Dolibois
2025-05-25 15:30:12 +02:00
parent 893ee1873a
commit 2860473da8

View File

@@ -145,9 +145,9 @@ export default function Home() {
const priceFilter = [
{ value: "", label: t("all") },
{ value: "< 10", label: "< 10" },
{ value: "< 20", label: "< 20" },
{ value: ">= 20", label: ">= 20" }
{ value: "< 10", label: "< 10" },
{ value: "< 20", label: "< 20" },
{ value: ">= 20", label: " 20" }
];
const ratingFilter = [