mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: generate
This commit is contained in:
parent
8639b0767a
commit
dfe6ce211d
2 changed files with 13 additions and 2 deletions
|
|
@ -2156,7 +2156,11 @@ export default function Layout(props: ParentProps) {
|
|||
>
|
||||
<>
|
||||
<div class="py-4 px-3">
|
||||
<TooltipKeybind title="New workspace" keybind={command.keybind("workspace.new")} placement="top">
|
||||
<TooltipKeybind
|
||||
title="New workspace"
|
||||
keybind={command.keybind("workspace.new")}
|
||||
placement="top"
|
||||
>
|
||||
<Button size="large" icon="plus-small" class="w-full" onClick={createWorkspace}>
|
||||
New workspace
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue