diff --git a/01-frontend/src/pages/Home.tsx b/01-frontend/src/pages/Home.tsx index ed7b566..084d92b 100644 --- a/01-frontend/src/pages/Home.tsx +++ b/01-frontend/src/pages/Home.tsx @@ -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 = [