From d43b8864d95594c21f637c444dc2356e38df8f19 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:54:31 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/contacts.index.tsx | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index 456bf98..d0bc23f 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -174,14 +174,25 @@ function ContactsIndex() { - setCategory(v as Category)} className="mb-4"> - - All ({categoryCounts.all}) - Companies ({categoryCounts.companies}) - People ({categoryCounts.people}) - Lawyers ({categoryCounts.lawyers}) - - +
+ + {CONTACT_TYPES.map((t) => ( + + ))} +