diff --git a/frontend/src/component/layout/MainLayout/NavigationSidebar/NewInUnleash/NewInUnleashTooltip.tsx b/frontend/src/component/layout/MainLayout/NavigationSidebar/NewInUnleash/NewInUnleashTooltip.tsx index ef203071ca31..c2491ab9e3b1 100644 --- a/frontend/src/component/layout/MainLayout/NavigationSidebar/NewInUnleash/NewInUnleashTooltip.tsx +++ b/frontend/src/component/layout/MainLayout/NavigationSidebar/NewInUnleash/NewInUnleashTooltip.tsx @@ -69,7 +69,10 @@ const LongDescription = styled(Box)(({ theme }) => ({ }, })); -const Title = styled(Typography)(({ theme }) => ({ +const StyledTitle = styled('div')(({ theme }) => ({ + display: 'flex', + gap: theme.spacing(1), + alignItems: 'center', padding: theme.spacing(1, 0, 2, 0), lineHeight: 1.5, })); @@ -123,11 +126,13 @@ export const NewInUnleashTooltip: FC<{ )} - Beta} - /> - {title} + + {title} + Beta} + /> + {longDescription}