We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5788b8 commit e68b94bCopy full SHA for e68b94b
components/splash-viz/splash-viz.jsx
@@ -12,7 +12,7 @@ export default class SplashViz extends React.Component {
12
<section className="splash-viz">
13
<h1 className="splash-viz__heading">
14
<span> bundle your</span>
15
- <TextRotator repeatDelay={ 5000 }>
+ <TextRotator repeatDelay={ 5000 } maxWidth={ 110 }>
16
<span> assets </span>
17
<span> scripts </span>
18
<span> images </span>
0 commit comments