diff --git a/src/components/HouseItem.tsx b/src/components/HouseItem.tsx index ea77a7b..fdd64b6 100644 --- a/src/components/HouseItem.tsx +++ b/src/components/HouseItem.tsx @@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => { const handleOnKnowMoreButton = () => { setModal(null); - navigate(`/villa/${villa.type}`); + navigate(`../villa/${villa.type}`); }; return (