@@ -87,7 +87,7 @@ function HomeSteps(props) {
8787 < Grid item xs = { 12 } md = { 4 } className = { classNames ( classes . step , classes . leftStep ) } >
8888 < div className = { classes . stepTitle } >
8989 < FileDownloadIcon className = { classes . stepIcon } />
90- < Typography variant = "headline6 " > Installation</ Typography >
90+ < Typography variant = "h6 " > Installation</ Typography >
9191 </ div >
9292 < div className = { classes . stepBody } >
9393 < Typography variant = "subtitle1" gutterBottom >
@@ -139,7 +139,7 @@ function HomeSteps(props) {
139139 < Grid item xs = { 12 } md = { 4 } className = { classes . step } >
140140 < div className = { classes . stepTitle } >
141141 < BuildIcon className = { classes . stepIcon } />
142- < Typography variant = "headline6 " > Usage</ Typography >
142+ < Typography variant = "h6 " > Usage</ Typography >
143143 </ div >
144144 < div className = { classes . stepBody } >
145145 < Typography variant = "subtitle1" gutterBottom >
@@ -173,7 +173,7 @@ function HomeSteps(props) {
173173 < Grid item xs = { 12 } md = { 4 } className = { classNames ( classes . step , classes . rightStep ) } >
174174 < div className = { classes . stepTitle } >
175175 < WhatshotIcon className = { classes . stepIcon } />
176- < Typography variant = "headline6 " > Premium Themes</ Typography >
176+ < Typography variant = "h6 " > Premium Themes</ Typography >
177177 </ div >
178178 < div className = { classes . stepBody } >
179179 < Typography variant = "subtitle1" gutterBottom >
0 commit comments