diff options
Diffstat (limited to 'examples/react-fast-refresh-test/src')
-rw-r--r-- | examples/react-fast-refresh-test/src/main.tsx | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/examples/react-fast-refresh-test/src/main.tsx b/examples/react-fast-refresh-test/src/main.tsx index 1a9948fe8..928d64b72 100644 --- a/examples/react-fast-refresh-test/src/main.tsx +++ b/examples/react-fast-refresh-test/src/main.tsx @@ -6,8 +6,7 @@ export const Main = ({ productName }) => { <header> <div className="Title">CSS HMR Stress Test</div> <p className="Description"> - This page visually tests how quickly a bundler can update CSS over Hot - Module Reloading. + This page visually tests how quickly a bundler can update CSS over Hot Module Reloading. </p> </header> <main className="main"> @@ -21,9 +20,7 @@ export const Main = ({ productName }) => { <div className="ProgressBar-container"> <div className="ProgressBar"></div> </div> - <div className="SectionLabel"> - The progress bar should move from left to right smoothly. - </div> + <div className="SectionLabel">The progress bar should move from left to right smoothly.</div> </section> <section> @@ -44,15 +41,11 @@ export const Main = ({ productName }) => { <div className="Spinner"></div> </div> </div> - <div className="SectionLabel"> - The spinners should rotate & change color smoothly. - </div> + <div className="SectionLabel">The spinners should rotate & change color smoothly.</div> </section> </main> <footer> - <div className="SectionLabel FooterLabel"> - There are no CSS animations on this page. - </div> + <div className="SectionLabel FooterLabel">There are no CSS animations on this page.</div> <div className="Bundler-container"> <div className="Bundler">{productName}</div> |