We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8913e1 + c077db3 commit 490dd8cCopy full SHA for 490dd8c
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