From 7582c3ac179f4764c4dd1e4e736e821a6a4e0105 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 29 Nov 2023 17:25:27 -0700 Subject: remove clients when socket closed --- trongleposting-client/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trongleposting-client/src/App.js') 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 (
-

TronglePosting in ELisp

+

TrongELISPosting

Welcome!

@@ -112,7 +112,7 @@ function App() { onChange={(e) => setContent(e.target.value)} value={content} rows={1} - cols={50} + cols={40} >
Post -- cgit v1.3