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:
parent
5df074bd14
commit
8e5112d764
@ -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={
|
||||
|
Loading…
Reference in New Issue
Block a user