diff --git a/vibn-frontend/app/[workspace]/agency/layout.tsx b/vibn-frontend/app/[workspace]/agency/layout.tsx
index 2ebe061..acbcf1e 100644
--- a/vibn-frontend/app/[workspace]/agency/layout.tsx
+++ b/vibn-frontend/app/[workspace]/agency/layout.tsx
@@ -397,51 +397,19 @@ export default function AgencyLayout({
/>
- Delivery (Projects)
+ Clients
{clients.map((client) => {
const clientPath = `/${workspace}/agency/client/${client.id}`;
const isActive = pathname.startsWith(clientPath);
return (
-
-
- {isActive && (
-
-
-
-
-
-
- )}
-
+
);
})}