diff options
Diffstat (limited to 'packages/app/src/pages')
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 6 |
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> |
