Skip to content

Commit

Permalink
[docs] Mention in hompage hero that Core is free (mui#38075)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt <github@nospam.33m.co>
  • Loading branch information
mbrookes committed Jul 21, 2023
1 parent e34e05e commit 33c231a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ export default function Hero() {
with intuitive React UI tools
</Typography>
<Typography color="text.secondary" sx={{ mb: 3, maxWidth: 500 }}>
MUI offers a comprehensive suite of UI tools to help you ship new features faster. Start
with Material UI, our fully-loaded component library, or bring your own design system to
our production-ready components.
MUI offers a comprehensive suite of free UI tools to help you ship new features faster.
Start with Material UI, our fully-loaded component library, or bring your own design
system to our production-ready components.
</Typography>
<GetStartedButtons callToAction="Discover the Core libraries" to="/core/" />
</Box>
Expand All @@ -109,7 +109,7 @@ export default function Hero() {
p: 3,
ml: 2,
minWidth: 2000,
overflow: 'hidden', // the components on the Hero section are mostly illustrative, even though they're interactive. That's why scrolling is disabled.
overflow: 'hidden', // the components in the Hero section are mostly illustrative, even though they're interactive. That's why scrolling is disabled.
'& > div': {
width: 360,
display: 'inline-flex',
Expand Down

0 comments on commit 33c231a

Please sign in to comment.