Skip to content

Commit 35a9e41

Browse files
committed
Updates icons for jump to root and parent
1 parent cf41072 commit 35a9e41

File tree

3 files changed

+5
-44
lines changed

3 files changed

+5
-44
lines changed

apps/webapp/app/assets/icons/MoveToTopIcon.tsx

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,7 @@ export function MoveToTopIcon({ className }: { className?: string }) {
1717
strokeLinejoin="round"
1818
/>
1919
<path
20-
d="M3 7L6 7"
21-
stroke="currentColor"
22-
strokeWidth="2"
23-
strokeLinecap="round"
24-
strokeLinejoin="round"
25-
/>
26-
<path
27-
d="M3 11L4 11"
28-
stroke="currentColor"
29-
strokeWidth="2"
30-
strokeLinecap="round"
31-
strokeLinejoin="round"
32-
/>
33-
<path
34-
d="M18 7L21 7"
35-
stroke="currentColor"
36-
strokeWidth="2"
37-
strokeLinecap="round"
38-
strokeLinejoin="round"
39-
/>
40-
<path
41-
d="M20 11L21 11"
42-
stroke="currentColor"
43-
strokeWidth="2"
44-
strokeLinecap="round"
45-
strokeLinejoin="round"
46-
/>
47-
<path
48-
d="M15.5 10.5L12 7L8.5 10.5"
20+
d="M16.5 11.5L12 7L7.5 11.5"
4921
stroke="currentColor"
5022
strokeWidth="2"
5123
strokeLinecap="round"

apps/webapp/app/assets/icons/MoveUpIcon.tsx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,7 @@ export function MoveUpIcon({ className }: { className?: string }) {
2424
strokeLinejoin="round"
2525
/>
2626
<path
27-
d="M3 11L5 11"
28-
stroke="currentColor"
29-
strokeWidth="2"
30-
strokeLinecap="round"
31-
strokeLinejoin="round"
32-
/>
33-
<path
34-
d="M19 11L21 11"
35-
stroke="currentColor"
36-
strokeWidth="2"
37-
strokeLinecap="round"
38-
strokeLinejoin="round"
39-
/>
40-
<path
41-
d="M15.5 14.5L12 11L8.5 14.5"
27+
d="M16.5 15.5L12 11L7.5 15.5"
4228
stroke="currentColor"
4329
strokeWidth="2"
4430
strokeLinecap="round"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ function ShowParentOrRootLinks({
11761176
{ spanId: relationships.root.spanId }
11771177
)}
11781178
LeadingIcon={MoveToTopIcon}
1179+
leadingIconClassName="gap-x-2"
11791180
shortcut={{ key: "t" }}
11801181
hideShortcutKey
11811182
tooltip={
@@ -1205,6 +1206,7 @@ function ShowParentOrRootLinks({
12051206
{ spanId: relationships.root.spanId }
12061207
)}
12071208
LeadingIcon={MoveToTopIcon}
1209+
leadingIconClassName="gap-x-2"
12081210
shortcut={{ key: "t" }}
12091211
hideShortcutKey
12101212
tooltip={
@@ -1229,6 +1231,7 @@ function ShowParentOrRootLinks({
12291231
{ spanId: relationships.parent.spanId }
12301232
)}
12311233
LeadingIcon={MoveUpIcon}
1234+
leadingIconClassName="gap-x-2"
12321235
shortcut={{ key: "p" }}
12331236
hideShortcutKey
12341237
tooltip={

0 commit comments

Comments
 (0)