File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default function TextForm(props) {
7272 < button disabled = { text . length === 0 } className = "btn btn-primary mx-2 my-1" onClick = { handleCopy } > Copy Text</ button >
7373 < button disabled = { text . length === 0 } className = "btn btn-primary mx-2 my-1" onClick = { handleExtraSpaces } > Remove Extra WhiteSpcaes</ button >
7474 < button disabled = { text . length === 0 } className = "btn btn-primary mx-2 my-1" onClick = { handleReadText } > Read Text</ button >
75- < button disabled = { text . length === 0 } className = "btn btn-primary mx-2 my-1" onClick = { handleTalktoType } > Talk to Type</ button >
75+ < button className = "btn btn-primary mx-2 my-1" onClick = { handleTalktoType } > Talk to Type</ button >
7676 </ div >
7777 < div className = "container my-3" style = { { color : props . mode === 'dark' ? 'white' :'black' } } >
7878 < h2 > Your text summary</ h2 >
You can’t perform that action at this time.
0 commit comments