Merge branch 'main' of https://git.marcoaiot.com/admin/marco.pms.web into Issues_July_2W

This commit is contained in:
Kartik sharma 2025-07-15 14:45:30 +05:30
commit 8748193069

View File

@ -87,17 +87,18 @@ const ProjectCard = ({ projectData, recall }) => {
<div className={`card cursor-pointer ${isPending ? "bg-light opacity-50 pointer-events-none" : ""}`}>
<div className="card-header pb-4">
<div className="d-flex align-items-start">
<div className="d-flex align-items-center">
<div className="d-flex align-items-center ">
<div className="avatar me-4">
<i
className="rounded-circle bx bx-building-house"
style={{ fontSize: "xx-large" }}
></i>
</div>
<div className="me-2">
<div className="me-2 text-wrap ">
<h5
className="mb-0 stretched-link text-heading text-start"
onClick={handleViewProject}
className="mb-0 stretched-link text-heading text-start text-truncate"
onClick={handleViewProject}
style={{ maxWidth: "180px", display: "inline-block" }}
>
{projectInfo.shortName
? projectInfo.shortName