From 9b37e6a3a29bc67ccdd344e61144abfad33a5c85 Mon Sep 17 00:00:00 2001 From: zojgame Date: Thu, 23 May 2024 17:57:01 +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 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 (