Skip to content

Commit c3761b2

Browse files
authored
chore: Rename back to Command Center (#1369)
1 parent d749e6a commit c3761b2

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="ADHD Mode"
35+
title="Command Center"
3636
>
37-
ADHD Mode
37+
Command Center
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="ADHD Mode"
24+
label="Command Center"
2525
isActive={isActive}
2626
onClick={onClick}
2727
endContent={

0 commit comments

Comments
 (0)