fix(tui): call session tabs just tabs (#39730)
This commit is contained in:
parent
b0ed9990b3
commit
8ebc4c6f85
4 changed files with 29 additions and 29 deletions
|
|
@ -354,7 +354,7 @@ function SessionTabsStory(props: { context: Plugin.Context }) {
|
|||
paddingRight={1}
|
||||
flexDirection="row"
|
||||
>
|
||||
<text fg={elevatedTheme.text.subdued}>storybook / session tabs</text>
|
||||
<text fg={elevatedTheme.text.subdued}>storybook / tabs</text>
|
||||
<box flexGrow={1} />
|
||||
<text fg={elevatedTheme.text.subdued}>
|
||||
space/s run | t add | d close | r reset | ←/→ 1-0 move | drag reorders | esc back
|
||||
|
|
@ -366,6 +366,6 @@ function SessionTabsStory(props: { context: Plugin.Context }) {
|
|||
|
||||
export const sessionTabsStory: Story = {
|
||||
id: "session-tabs",
|
||||
title: "Session tabs",
|
||||
title: "Tabs",
|
||||
render: (context) => <SessionTabsStory context={context} />,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue