summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages/layout.tsx
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-20 16:57:52 +0000
committerGitHub Action <[email protected]>2026-01-20 16:57:52 +0000
commitdfe6ce211d2615b58a932308ec990f8429b00b7d (patch)
treea788126a800015b04214183ed75fa30deedf8c8e /packages/app/src/pages/layout.tsx
parent8639b0767a5913e8758f9ca00c740ca5a743896c (diff)
downloadopencode-dfe6ce211d2615b58a932308ec990f8429b00b7d.tar.gz
opencode-dfe6ce211d2615b58a932308ec990f8429b00b7d.zip
chore: generate
Diffstat (limited to 'packages/app/src/pages/layout.tsx')
-rw-r--r--packages/app/src/pages/layout.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx
index 1d870a92d..49e1afd20 100644
--- a/packages/app/src/pages/layout.tsx
+++ b/packages/app/src/pages/layout.tsx
@@ -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>