diff options
| author | GitHub Action <[email protected]> | 2026-01-21 17:15:18 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-01-21 17:17:33 +0000 |
| commit | 95b17bcf5eddf0bc350e9102c397b3b716c46331 (patch) | |
| tree | 2a651cbd47013e4a61c183944244be6ba6a4b861 /packages/app/src/pages/layout.tsx | |
| parent | c4c489a5bcc438fa6c6827c187dce13d33b1eac0 (diff) | |
| download | opencode-95b17bcf5eddf0bc350e9102c397b3b716c46331.tar.gz opencode-95b17bcf5eddf0bc350e9102c397b3b716c46331.zip | |
chore: generate
Diffstat (limited to 'packages/app/src/pages/layout.tsx')
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index 1318217b5..4cecec87d 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -1573,12 +1573,12 @@ export default function Layout(props: ParentProps) { keybind={command.keybind("session.archive")} gutter={8} > - <IconButton - icon="archive" - variant="ghost" - onClick={() => archiveSession(props.session)} - aria-label={language.t("command.session.archive")} - /> + <IconButton + icon="archive" + variant="ghost" + onClick={() => archiveSession(props.session)} + aria-label={language.t("command.session.archive")} + /> </TooltipKeybind> </div> </div> |
