]> git.cworth.org Git - lmno.games/blobdiff - tictactoe/tictactoe.jsx
Use an actual space not an   entity.
[lmno.games] / tictactoe / tictactoe.jsx
index 46cee2a7f42e9f4bc3a7809e7d93b3855eb383ed..6a27a220453ab06e38a3abda72cbc372476dafd6 100644 (file)
@@ -310,7 +310,7 @@ class Game extends React.Component {
       <div key="game" className="game">
         <button className="inline"
                 onClick={() => this.join_team('X')}>Join Team X</button>
-        &nbsp;
+        {" "}
         <button className="inline"
                 onClick={() => this.join_team('O')}>Join Team O</button>
         <div>{status}</div>