Skip to content

Commit

Permalink
[website] Fix CLS on hero icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 22, 2023
1 parent a701954 commit efc485f
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 efc485f

Please sign in to comment.