+ )
+})
\ No newline at end of file
diff --git a/src/components/Info.js b/src/components/Info.js
index 4045f03..177f97c 100644
--- a/src/components/Info.js
+++ b/src/components/Info.js
@@ -16,23 +16,23 @@ export default React.memo(function Info() {
Dits and Dahs
-
Dit
playMorseWord('.')}>
+ Dit playMorseWord('.')}>
Denoted as a dot (.), dits are short tones and are base unit of morse code.
-
Dah
playMorseWord('-')}>
+ Dah playMorseWord('-')}>
Denoted as a dash (-), dahs are long tones the length of three dits.
Spacing
-
Intra-character Spacing
playMorseWord('...')}>
- Silence between dits and dahs the length of one dit. Three dits separated by dit-long spaces is an "S".
-
Inter-character Spacing
playMorseWord('. . .')}>
- Silence the length of 3 dits. Three dits separated by three-dit-long spaces is "EEE".
-
Inter-word Spacing
playMorseWord('././.')}>
- Silence the length of 7 dits. Three dits separated by seven-dit-long spaces is "E E E".
+ Intra-character Spacing playMorseWord('...')}>
+ Silence between dits and dahs the length of one dit. Three dits separated by one-dit-long spaces is an "S".
+ Inter-character Spacing playMorseWord('. . .')}>
+ Silence the length of three dits. Three dits separated by three-dit-long spaces is "EEE".
+ Inter-word Spacing playMorseWord('. /. /.')}>
+ Silence the length of seven dits. Three dits separated by seven-dit-long spaces is "E E E".
-
Speed
+
Speed
Adjusting the WPM (Words Per Minute) in the Options Menu will adjust the lengths of the dits, dahs, and spacing accordingly.
diff --git a/src/components/ModePicker.js b/src/components/ModePicker.js
index 60d488e..f7013c1 100644
--- a/src/components/ModePicker.js
+++ b/src/components/ModePicker.js
@@ -30,16 +30,13 @@ function ModePicker() {
return (