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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1176,6 +1176,7 @@ function ShowParentOrRootLinks({
1176
1176
{spanId: relationships.root.spanId}
1177
1177
)}
1178
1178
LeadingIcon={MoveToTopIcon}
1179
+
leadingIconClassName="gap-x-2"
1179
1180
shortcut={{key: "t"}}
1180
1181
hideShortcutKey
1181
1182
tooltip={
@@ -1205,6 +1206,7 @@ function ShowParentOrRootLinks({
1205
1206
{spanId: relationships.root.spanId}
1206
1207
)}
1207
1208
LeadingIcon={MoveToTopIcon}
1209
+
leadingIconClassName="gap-x-2"
1208
1210
shortcut={{key: "t"}}
1209
1211
hideShortcutKey
1210
1212
tooltip={
@@ -1229,6 +1231,7 @@ function ShowParentOrRootLinks({
0 commit comments