diff --git a/docs/src/pages/utils/transitions/SimpleGrow.js b/docs/src/pages/utils/transitions/SimpleGrow.js index c1cde84522aec5..b04372ba9fbe61 100644 --- a/docs/src/pages/utils/transitions/SimpleGrow.js +++ b/docs/src/pages/utils/transitions/SimpleGrow.js @@ -39,27 +39,26 @@ class SimpleGrow extends React.Component { const { classes } = this.props; const { checked } = this.state; + const polygon = ( + + + + + + ); + return (
- - - - - - - + {polygon} + {/* Conditionally applies the timeout property to change the entry speed. */} - - - - - + {polygon}