1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-01 13:47:27 +02:00

chore: remove layer of nesting

This commit is contained in:
Thomas Heartman 2025-05-27 14:31:04 +02:00
parent 5df074bd14
commit 8e5112d764

View File

@ -73,14 +73,14 @@ export const InsightsHeader: VFC<DashboardHeaderProps> = ({ actions }) => {
titleElement={
<Typography
variant='h1'
component='div'
component='span'
sx={(theme) => ({
display: 'flex',
alignItems: 'center',
gap: theme.spacing(1),
})}
>
<span>Insights</span>{' '}
Insights
</Typography>
}
actions={