mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Change tooltip text from 'Open file' to 'New Terminal' (#5435)
This commit is contained in:
parent
3f4a792c8a
commit
0303eb0cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ export default function Page() {
|
|||
<For each={session.terminal.all()}>{(terminal) => <SortableTerminalTab terminal={terminal} />}</For>
|
||||
</SortableProvider>
|
||||
<div class="h-full flex items-center justify-center">
|
||||
<Tooltip value="Open file" class="flex items-center">
|
||||
<Tooltip value="New Terminal" class="flex items-center">
|
||||
<IconButton icon="plus-small" variant="ghost" iconSize="large" onClick={session.terminal.new} />
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue