From 3e4a95ddeb8d5c71ef6364f01889006db611a5c8 Mon Sep 17 00:00:00 2001 From: zojgame Date: Thu, 23 May 2024 17:56:39 +0500 Subject: [PATCH] fix --- src/components/HouseItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HouseItem.tsx b/src/components/HouseItem.tsx index ad9974c..5437d7a 100644 --- a/src/components/HouseItem.tsx +++ b/src/components/HouseItem.tsx @@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => { const handleOnKnowMoreButton = () => { setModal(null); - navigate(`en/villa/${villa.type}`); + navigate(`../en/villa/${villa.type}`); }; return (