Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
cee0bb0915
commit
dfc8e59407
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user