fix: session nav on homepage

thinking-toggle-wip
Adam 2025-12-15 15:10:17 -06:00 committed by Aiden Cline
parent f4336b504a
commit f58c96fea5
1 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ export default function Layout(props: ParentProps) {
title: "Previous session",
category: "Session",
keybind: "alt+arrowup",
disabled: !params.dir,
onSelect: () => navigateSessionByOffset(-1),
},
{
@ -202,7 +201,6 @@ export default function Layout(props: ParentProps) {
title: "Next session",
category: "Session",
keybind: "alt+arrowdown",
disabled: !params.dir,
onSelect: () => navigateSessionByOffset(1),
},
{