diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-29 17:25:27 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-29 17:25:27 -0700 |
| commit | 7582c3ac179f4764c4dd1e4e736e821a6a4e0105 (patch) | |
| tree | 8802f4561e7aa1af6cd75d3ddb496e14ece1897c /trongleposting-client/src/App.js | |
| parent | e5ca48b03bd8330dec958a89c3aea87a2fbadb07 (diff) | |
| download | emacs-presentation-7582c3ac179f4764c4dd1e4e736e821a6a4e0105.tar.gz emacs-presentation-7582c3ac179f4764c4dd1e4e736e821a6a4e0105.zip | |
remove clients when socket closed
Diffstat (limited to 'trongleposting-client/src/App.js')
| -rw-r--r-- | trongleposting-client/src/App.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trongleposting-client/src/App.js b/trongleposting-client/src/App.js index 37643c5..4ffaacb 100644 --- a/trongleposting-client/src/App.js +++ b/trongleposting-client/src/App.js @@ -70,7 +70,7 @@ function App() { return ( <div className="container" style={{ border: `1px solid ${color}` }}> <div style={{ textAlign: "center" }}> - <h2>TronglePosting in ELisp</h2> + <h2>TrongELISPosting</h2> </div> <div id="chat" className="chat"> <p>Welcome!</p> @@ -112,7 +112,7 @@ function App() { onChange={(e) => setContent(e.target.value)} value={content} rows={1} - cols={50} + cols={40} ></textarea> <div className="button" onClick={addPost}> Post |
