Skip to content

Commit d90518c

Browse files
committed
Revert "Rename ADHD Mode back to Command Center"
This reverts commit 4db14f5.
1 parent 4db14f5 commit d90518c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/code/src/renderer/features/command-center/components/CommandCenterView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export function CommandCenterView() {
3232
size="1"
3333
weight="medium"
3434
className="truncate whitespace-nowrap text-[13px]"
35-
title="Command Center"
35+
title="ADHD Mode"
3636
>
37-
Command Center
37+
ADHD Mode
3838
</Text>
3939
</Flex>
4040
),

apps/code/src/renderer/features/sidebar/components/items/CommandCenterItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function CommandCenterItem({
2121
<SidebarItem
2222
depth={0}
2323
icon={<Lightning size={16} weight={isActive ? "fill" : "regular"} />}
24-
label="Command Center"
24+
label="ADHD Mode"
2525
isActive={isActive}
2626
onClick={onClick}
2727
endContent={

0 commit comments

Comments
 (0)