routing fix

This commit is contained in:
2024-05-23 17:53:30 +05:00
parent 9f6f25c9cf
commit dd0c976485
+1 -1
View File
@@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => {
const handleOnKnowMoreButton = () => {
setModal(null);
navigate(`/${villa.type}`);
navigate(`/villa/${villa.type}`);
};
return (