Skip to content

Commit

Permalink
add help icon to badge
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 13, 2024
1 parent c301ea1 commit 97c37d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const LogRateAnalysisInfoPopoverButton: FC<{
}> = ({ onClick, label }) => {
return (
<EuiBadge
iconType="help"
iconSide="right"
color="success"
onClick={onClick}
onClickAriaLabel='Click to open "Log rate analysis info" popover'
Expand Down

0 comments on commit 97c37d8

Please sign in to comment.