Skip to content

Commit 30088ba

Browse files
sakcecursoragent
andauthored
Rename logs to chat (#234)
Co-authored-by: Cursor Agent <[email protected]>
1 parent 38af55b commit 30088ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/array/src/renderer/features/panels/store/panelLayoutStore.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function createDefaultPanelTree(
111111
tabs: [
112112
{
113113
id: DEFAULT_TAB_IDS.LOGS,
114-
label: "Logs",
114+
label: "Chat",
115115
data: { type: "logs" },
116116
component: null,
117117
closeable: false,
@@ -166,7 +166,7 @@ function createDefaultPanelTree(
166166
tabs: [
167167
{
168168
id: DEFAULT_TAB_IDS.LOGS,
169-
label: "Logs",
169+
label: "Chat",
170170
data: { type: "logs" },
171171
component: null,
172172
closeable: false,

0 commit comments

Comments
 (0)