Skip to content

Commit

Permalink
[website] Fix CLS on hero icon (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jul 23, 2023
1 parent 3907e2b commit deafbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/landing/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default function Hero() {
(theme) => theme.applyDarkStyles({ color: 'primary.400' }),
]}
>
<IconImage name="product-toolpad" width="28" height="28" sx={{ mr: 1 }} />
<Box component="span" sx={{ mr: 1 }}>
<IconImage name="product-toolpad" width={28} height={28} />
<Box component="span" sx={{ ml: 1, mr: 1 }}>
MUI Toolpad
</Box>
<Chip label="Beta" component="span" color="primary" size="small" variant="outlined" />
Expand Down

0 comments on commit deafbcd

Please sign in to comment.