Skip to content

Commit 490dd8c

Browse files
authored
Merge pull request #5514 from parca-dev/debug-info-drawer
area/ui: Remove icon from "Check debuginfo status" text
2 parents f8913e1 + c077db3 commit 490dd8c

File tree

1 file changed

+1
-6
lines changed
  • ui/packages/shared/profile/src/ProfileIcicleGraph/IcicleGraphArrow

1 file changed

+1
-6
lines changed

ui/packages/shared/profile/src/ProfileIcicleGraph/IcicleGraphArrow/ContextMenu.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,7 @@ const ContextMenu = ({
230230
>
231231
<div className="flex w-full items-center gap-2">
232232
<Icon icon="bx:bx-info-circle" />
233-
<div className="relative pr-4">
234-
Check debuginfo status{' '}
235-
<span className="absolute top-1 right-0">
236-
<Icon icon="radix-icons:open-in-new-window" width={12} height={12} />
237-
</span>
238-
</div>
233+
<div className="relative pr-4">Check debuginfo status</div>
239234
</div>
240235
</Item>
241236
) : null}

0 commit comments

Comments
 (0)