This commit is contained in:
2024-05-23 17:56:39 +05:00
parent f658fd1425
commit 3e4a95ddeb
+1 -1
View File
@@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => {
const handleOnKnowMoreButton = () => {
setModal(null);
navigate(`en/villa/${villa.type}`);
navigate(`../en/villa/${villa.type}`);
};
return (