File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ export default function Hero() {
98
98
with intuitive React UI tools
99
99
</ Typography >
100
100
< 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.
104
104
</ Typography >
105
105
< GetStartedButtons callToAction = "Discover the Core libraries" to = "/core/" />
106
106
</ Box >
@@ -109,7 +109,7 @@ export default function Hero() {
109
109
p : 3 ,
110
110
ml : 2 ,
111
111
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.
113
113
'& > div' : {
114
114
width : 360 ,
115
115
display : 'inline-flex' ,
You can’t perform that action at this time.
0 commit comments