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={