added the descption
All checks were successful
Build frontend / build (push) Successful in 44s

This commit is contained in:
mouazkh
2026-05-26 17:06:01 +03:00
parent 0e61dd5789
commit 1ae3a635f7

View File

@ -1781,6 +1781,12 @@ export default function OwnerPropertiesPage() {
</span> </span>
</div> </div>
{property.description && (
<p className="text-xs text-gray-600 leading-relaxed mb-2 line-clamp-2">
{property.description}
</p>
)}
<div className="flex flex-wrap items-center gap-2 text-xs text-gray-600 mb-2"> <div className="flex flex-wrap items-center gap-2 text-xs text-gray-600 mb-2">
{property.bedrooms > 0 && ( {property.bedrooms > 0 && (
<div className="flex items-center gap-0.5 bg-gray-50 px-2 py-0.5 rounded-md"> <div className="flex items-center gap-0.5 bg-gray-50 px-2 py-0.5 rounded-md">