You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1189,12 +1189,12 @@ function ShowParentOrRootLinks({
1189
1189
)}
1190
1190
LeadingIcon={MoveToTopIcon}
1191
1191
leadingIconClassName="gap-x-2"
1192
-
shortcut={{key: "t"}}
1192
+
shortcut={{key: "p"}}
1193
1193
hideShortcutKey
1194
1194
tooltip={
1195
1195
<divclassName="-mr-1 flex items-center gap-1">
1196
1196
<Paragraphvariant="extra-small">Jump to root and parent run</Paragraph>
0 commit comments