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) => (
+
+ ))}
+