Skip to content

Commit 80b278d

Browse files
committed
fix: remove the secondary text from commands
1 parent ef7ef65 commit 80b278d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/app/src/pages/session.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ export default function Page() {
419419
{
420420
id: "session.new",
421421
title: "New session",
422-
description: "Create a new session",
423422
category: "Session",
424423
keybind: "mod+shift+s",
425424
slash: "new",
@@ -437,7 +436,7 @@ export default function Page() {
437436
{
438437
id: "terminal.toggle",
439438
title: "Toggle terminal",
440-
description: "Show or hide the terminal",
439+
description: "",
441440
category: "View",
442441
keybind: "ctrl+`",
443442
slash: "terminal",
@@ -446,7 +445,7 @@ export default function Page() {
446445
{
447446
id: "review.toggle",
448447
title: "Toggle review",
449-
description: "Show or hide the review panel",
448+
description: "",
450449
category: "View",
451450
keybind: "mod+shift+r",
452451
onSelect: () => view().reviewPanel.toggle(),

0 commit comments

Comments
 (0)