Correction in Infra Project Card view.

This commit is contained in:
Kartik Sharma 2025-12-10 12:16:38 +05:30
parent d88bafe542
commit 411e3cae84

View File

@ -105,7 +105,7 @@ const ProjectCard = ({ project, isCore = true }) => {
>
{project?.shortName ? project?.shortName : project?.name}
</h5>
<div className="client-info text-body">
<div className="client-info text-body text-start">
<span>{project?.shortName ? project?.name : ""}</span>
</div>
</div>