File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66[ ![ NPM] ( https://img.shields.io/npm/v/react-super-cmd.svg )] ( https://www.npmjs.com/package/react-super-cmd ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
77
8- The command line experience for the no-mouse generation. A blazing fast command line to allow your users to seamlessly interact with your React app.
8+ The command line experience for the no-mouse generation. A blazing fast command line for your users to seamlessly interact with your React app.
99<br ><br >
1010[ Live demo] ( https://saharmor.github.io/react-super-cmd/ )
1111
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const App = ({classes}) => {
8888 react-super-cmd < span role = "img" aria-label = "lightning-emoji" > ⚡</ span >
8989 </ Typography >
9090 < Typography align = "center" variant = "h6" > The command line experience for the no-mouse generation.</ Typography >
91- < Typography align = "center" variant = "h6" > A blazing fast command line to allow your users to seamlessly interact with your React app.</ Typography >
91+ < Typography align = "center" variant = "h6" > A blazing fast command line for your users to seamlessly interact with your React app.</ Typography >
9292 </ Grid >
9393 { ! lastRunCmd && < Grid item >
9494 < Typography className = { classes . ctaText } color = "primary" align = "center" variant = "body1" >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const CommandLineModal = ({
101101 toggleIsModalOpen ( ) ;
102102 reset ( ) ;
103103 }
104- }
104+ } a
105105
106106 function onArrowsPress ( direction ) {
107107 setIgnoreHover ( true ) ;
You can’t perform that action at this time.
0 commit comments