We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20857a8 commit c077db3Copy full SHA for c077db3
1 file changed
ui/packages/shared/profile/src/ProfileIcicleGraph/IcicleGraphArrow/ContextMenu.tsx
@@ -230,12 +230,7 @@ const ContextMenu = ({
230
>
231
<div className="flex w-full items-center gap-2">
232
<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>
+ <div className="relative pr-4">Check debuginfo status</div>
239
</div>
240
</Item>
241
) : null}
0 commit comments