setShowLoginDialog(false)}>
+
e.stopPropagation()}
+ className="bg-white rounded-2xl p-6 max-w-sm w-full mx-4 shadow-xl text-center"
+ >
+
+
+
+ تسجيل الدخول مطلوب
+ يجب تسجيل الدخول لإضافة العقارات إلى المفضلة
+
+
+
+ تسجيل الدخول
+
+
+
+
+ )}
);
}
diff --git a/app/property/[id]/PropertyDetail.js b/app/property/[id]/PropertyDetail.js
index 374025b..9cae800 100644
--- a/app/property/[id]/PropertyDetail.js
+++ b/app/property/[id]/PropertyDetail.js
@@ -422,7 +422,7 @@ export default function PropertyDetailsPage() {