Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 17:15:53 +00:00
co-authored by renee-png
parent cee0bb0915
commit dfc8e59407
3 changed files with 135 additions and 4 deletions
@@ -89,9 +89,12 @@ export function ContactsLinkTab({
<CardContent className="p-5">
<div className="flex items-center justify-between mb-4">
<div>
<div className="text-xs uppercase tracking-wider text-muted-foreground font-medium">Contacts</div>
<div className="text-xs uppercase tracking-wider text-muted-foreground font-medium">
{parentTable === "client_contacts" ? "Additional contacts" : "Contacts"}
</div>
<div className="text-sm text-muted-foreground">
{linked.length} linked contact{linked.length === 1 ? "" : "s"}
{parentTable === "client_contacts" && " — accountants, vendors, board liaisons, etc."}
</div>
</div>
<div className="flex gap-2">