Skip to content

Commit 6e99c58

Browse files
committed
Change the shortcut key
1 parent d588031 commit 6e99c58

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,12 +1189,12 @@ function ShowParentOrRootLinks({
11891189
)}
11901190
LeadingIcon={MoveToTopIcon}
11911191
leadingIconClassName="gap-x-2"
1192-
shortcut={{ key: "t" }}
1192+
shortcut={{ key: "p" }}
11931193
hideShortcutKey
11941194
tooltip={
11951195
<div className="-mr-1 flex items-center gap-1">
11961196
<Paragraph variant="extra-small">Jump to root and parent run</Paragraph>
1197-
<ShortcutKey shortcut={{ key: "t" }} variant="small" />
1197+
<ShortcutKey shortcut={{ key: "p" }} variant="small" />
11981198
</div>
11991199
}
12001200
className="text-xs"

0 commit comments

Comments
 (0)