fixed the details
All checks were successful
Build frontend / build (push) Successful in 43s

This commit is contained in:
mouazkh
2026-05-26 04:16:53 +03:00
parent 71ce933c6a
commit 439f69419f

View File

@ -1025,6 +1025,7 @@ const handleMapClick = async (coords) => {
</div>
</div>
{purpose === 'rent' && (
<div>
<h3 className="text-lg font-bold text-gray-900 mb-4">شروط استخدام العقار</h3>
<div className="grid grid-cols-2 md:grid-cols-3 gap-3">
@ -1100,6 +1101,7 @@ const handleMapClick = async (coords) => {
)}
</div>
</div>
)}
</motion.div>
)}