From 8cbb818a6eb68e44720b3df40922e98ec7935817 Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Mon, 27 Apr 2026 17:13:35 +0330 Subject: [PATCH] refactor(lists): align add actions with workspace header --- src/pages/Clients.tsx | 17 +++++++++-------- src/pages/Tags.tsx | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/Clients.tsx b/src/pages/Clients.tsx index 035e95f..82ece98 100644 --- a/src/pages/Clients.tsx +++ b/src/pages/Clients.tsx @@ -116,18 +116,19 @@ export default function Clients() { return (
-
-
-

{t.clients.title}

-

- {t.clients.description(activeWorkspace.name)} -

-
- +
+
+

{t.clients.title}

+

+ {t.clients.description(activeWorkspace.name)} +

+
+ {canCreateClient && ( )}