Skip to content

Commit 33c231a

Browse files
authored
[docs] Mention in hompage hero that Core is free (mui#38075)
Signed-off-by: Matt <[email protected]>
1 parent e34e05e commit 33c231a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/components/home/Hero.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ export default function Hero() {
9898
with intuitive React UI tools
9999
</Typography>
100100
<Typography color="text.secondary" sx={{ mb: 3, maxWidth: 500 }}>
101-
MUI offers a comprehensive suite of UI tools to help you ship new features faster. Start
102-
with Material UI, our fully-loaded component library, or bring your own design system to
103-
our production-ready components.
101+
MUI offers a comprehensive suite of free UI tools to help you ship new features faster.
102+
Start with Material UI, our fully-loaded component library, or bring your own design
103+
system to our production-ready components.
104104
</Typography>
105105
<GetStartedButtons callToAction="Discover the Core libraries" to="/core/" />
106106
</Box>
@@ -109,7 +109,7 @@ export default function Hero() {
109109
p: 3,
110110
ml: 2,
111111
minWidth: 2000,
112-
overflow: 'hidden', // the components on the Hero section are mostly illustrative, even though they're interactive. That's why scrolling is disabled.
112+
overflow: 'hidden', // the components in the Hero section are mostly illustrative, even though they're interactive. That's why scrolling is disabled.
113113
'& > div': {
114114
width: 360,
115115
display: 'inline-flex',

0 commit comments

Comments
 (0)