diff --git a/public/app/core/components/NavBar/Next/NavBarMenu.tsx b/public/app/core/components/NavBar/Next/NavBarMenu.tsx index 750f86dd091..3ea31a4e153 100644 --- a/public/app/core/components/NavBar/Next/NavBarMenu.tsx +++ b/public/app/core/components/NavBar/Next/NavBarMenu.tsx @@ -11,6 +11,7 @@ import { reportInteraction } from '@grafana/runtime'; import { CollapsableSection, CustomScrollbar, Icon, IconButton, IconName, useStyles2, useTheme2 } from '@grafana/ui'; import { Branding } from '../../Branding/Branding'; +import { NavFeatureHighlight } from '../NavFeatureHighlight'; import { isMatchOrChildMatch } from '../utils'; import { NavBarItemWithoutMenu } from './NavBarItemWithoutMenu'; @@ -255,6 +256,7 @@ function NavItem({ ); } else { + const FeatureHighlightWrapper = link.highlightText ? NavFeatureHighlight : React.Fragment; return (