diff --git a/src/components/TextOutput.js b/src/components/TextOutput.js index 97fd54e..4f7cd83 100644 --- a/src/components/TextOutput.js +++ b/src/components/TextOutput.js @@ -24,16 +24,18 @@ export const TextOutput = () => { const isSentenceStart = sentences.includes(wordBeginning) return ( - + <> {isWordStart && ' '} - {segment} - + + {segment} + + ) })}