From 5f996c6193cb9dde956d83cb46c603647cae9eb3 Mon Sep 17 00:00:00 2001 From: Charles Vien Date: Mon, 30 Mar 2026 17:00:36 +0100 Subject: [PATCH] Rename ADHD Mode back to Command Center --- .../features/command-center/components/CommandCenterView.tsx | 4 ++-- .../features/sidebar/components/items/CommandCenterItem.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/code/src/renderer/features/command-center/components/CommandCenterView.tsx b/apps/code/src/renderer/features/command-center/components/CommandCenterView.tsx index 59f752b2c..76eb6f9e3 100644 --- a/apps/code/src/renderer/features/command-center/components/CommandCenterView.tsx +++ b/apps/code/src/renderer/features/command-center/components/CommandCenterView.tsx @@ -32,9 +32,9 @@ export function CommandCenterView() { size="1" weight="medium" className="truncate whitespace-nowrap text-[13px]" - title="ADHD Mode" + title="Command Center" > - ADHD Mode + Command Center ), diff --git a/apps/code/src/renderer/features/sidebar/components/items/CommandCenterItem.tsx b/apps/code/src/renderer/features/sidebar/components/items/CommandCenterItem.tsx index 86ad7e8b3..9b35c1c70 100644 --- a/apps/code/src/renderer/features/sidebar/components/items/CommandCenterItem.tsx +++ b/apps/code/src/renderer/features/sidebar/components/items/CommandCenterItem.tsx @@ -21,7 +21,7 @@ export function CommandCenterItem({ } - label="ADHD Mode" + label="Command Center" isActive={isActive} onClick={onClick} endContent={