From a33f385c0c9e2350028a4b5f0db12db32890262c Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 18 Aug 2026 21:46:44 -0700 Subject: [PATCH] improvement(settings): drop the Privacy row's description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The row reads Privacy settings with a Manage chip, and the sub-view it opens titles and describes itself — the sentence beneath it restated that before the user had asked for it. The wrapper it shared with the row goes too, now that the row is the section's only child. --- .../settings/components/general/general.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx index 4c60d6859ea..57e986f0aa7 100644 --- a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx +++ b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx @@ -555,16 +555,9 @@ export function General() { -
-
- - setView('privacy')}>Manage -
-

- {isHosted - ? 'Choose what Sim may collect about how you use it — anonymous telemetry, and which cookies this browser allows.' - : 'Choose what Sim may collect about how you use it.'} -

+
+ + setView('privacy')}>Manage