diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx
index a41c055..11618fa 100644
--- a/src/routes/contacts.index.tsx
+++ b/src/routes/contacts.index.tsx
@@ -192,6 +192,15 @@ function ContactsIndex() {
+ setCategory(v as Category)} className="mb-4">
+
+ All ({categoryCounts.all})
+ Companies ({categoryCounts.companies})
+ People ({categoryCounts.people})
+ Lawyers ({categoryCounts.lawyers})
+
+
+
{loading ? (
@@ -201,8 +210,14 @@ function ContactsIndex() {
{rows.length === 0 ? "No contacts yet." : view === "archived" ? "No archived contacts." : "No contacts match your filters."}
) : (
-