Skip to content

Commit

Permalink
Add Beta icon to Infra tab (#137045)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio authored Jul 25, 2022
1 parent 51816a0 commit f055ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) {
path: { serviceName },
query,
}),
append: <BetaBadge />,
append: <BetaBadge icon="beaker" />,
label: i18n.translate('xpack.apm.home.infraTabLabel', {
defaultMessage: 'Infrastructure',
}),
Expand Down

0 comments on commit f055ce2

Please sign in to comment.