diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-12 03:47:59 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-12 03:47:59 +0300 |
commit | 106d489a53e9069a74ed6b90984c15cc48a8823f (patch) | |
tree | 73b3ad079d5902c988d80c7b050e44263928a3c5 /src/pages/Timer/Timer.js | |
parent | a68198837b193369bfcc03f320c012d8568836d8 (diff) | |
download | chrono-cube-ui-106d489a53e9069a74ed6b90984c15cc48a8823f.tar.gz |
Perform cleanup, resolve warnings
Diffstat (limited to 'src/pages/Timer/Timer.js')
-rw-r--r-- | src/pages/Timer/Timer.js | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/pages/Timer/Timer.js b/src/pages/Timer/Timer.js index 66e1b8f..d63c661 100644 --- a/src/pages/Timer/Timer.js +++ b/src/pages/Timer/Timer.js @@ -57,16 +57,14 @@ const Timer = ({ recentSolutions, setRecentSolutions, setPage }) => { <Window type="primary"> <div className={classes.primary}> <ContentSection sectionName="Welcome to ChronoCube!"> - <Typography> - <p> - ChronoCube is a professional speedcubing timer. - Share your results publicly - let everyone see your progress and - achievements! - Every speedcuber will benefit - from using it - both amateur and professional! - </p> - <Button variant="contained" color="secondary" onClick={handleLearnMore}> Learn more </Button> - </Typography> + <p> + ChronoCube is a professional speedcubing timer. + Share your results publicly - let everyone see your progress and + achievements! + Every speedcuber will benefit + from using it - both amateur and professional! + </p> + <Button variant="contained" color="secondary" onClick={handleLearnMore}> Learn more </Button> </ContentSection> <TimerButton registerResult={registerResult} /> </div> |