fix(data): tune PRJ-004/005 to healthy margins (PRJ-019 stays the sole problem job); compute owner portfolio count

This commit is contained in:
Satyam Rastogi
2026-05-29 18:42:03 +05:30
parent a8ed0c0034
commit c27d64d75e
2 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ const OwnerSnapshot = () => {
{greeting}, {user?.name?.split(' ')[0] || 'Owner'}
</h1>
<p className="text-zinc-500 dark:text-zinc-400 mt-2 font-light">
{owner ? `${owner.companyName}${owner.portfolioSize} projects in portfolio` : "Here's your business snapshot for today."}
{owner ? `${owner.companyName}${ownerProjects.length} project${ownerProjects.length === 1 ? '' : 's'} in portfolio` : "Here's your business snapshot for today."}
</p>
</div>
<div className="mt-4 md:mt-0 flex flex-wrap gap-3">