summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages/layout.tsx
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-21 17:15:18 +0000
committeropencode <[email protected]>2026-01-21 17:17:33 +0000
commit95b17bcf5eddf0bc350e9102c397b3b716c46331 (patch)
tree2a651cbd47013e4a61c183944244be6ba6a4b861 /packages/app/src/pages/layout.tsx
parentc4c489a5bcc438fa6c6827c187dce13d33b1eac0 (diff)
downloadopencode-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.tsx12
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>