From 535621a20687167e765feff198c413f60a9c55eb Mon Sep 17 00:00:00 2001 From: Gene Mecija Date: Fri, 31 Jan 2020 01:45:12 -0800 Subject: [PATCH] Layout updates, Info section --- src/App.js | 3 + src/components/Info.js | 11 ++ src/components/KeyTypePicker.js | 2 +- src/components/Legend.js | 17 ++- src/components/WordsPerMinute.js | 4 +- src/css/App.css | 171 ++++++++++++++-------------- src/css/App.css.map | 2 +- src/scss/App.scss | 190 ++++++++++++++++--------------- 8 files changed, 213 insertions(+), 187 deletions(-) create mode 100644 src/components/Info.js diff --git a/src/App.js b/src/App.js index 132b1c4..d03e063 100644 --- a/src/App.js +++ b/src/App.js @@ -23,6 +23,7 @@ import MorseButtons from './components/MorseButtons' import Footer from './components/Footer'; import StraightKey from './components/StraightKey'; import ElectronicKey from './components/ElectronicKey'; +import Info from './components/Info'; export default React.memo(function App() { @@ -39,7 +40,9 @@ export default React.memo(function App() {