diff options
Diffstat (limited to 'front/src/routes/home.jsx')
-rw-r--r-- | front/src/routes/home.jsx | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/front/src/routes/home.jsx b/front/src/routes/home.jsx index 0660a72..c65d87d 100644 --- a/front/src/routes/home.jsx +++ b/front/src/routes/home.jsx @@ -20,6 +20,14 @@ export const Home = () => { <ol> <div> <li> + Consider joining the{" "} + <a href={process.env.REACT_APP_DISCORD_INVITE}>CheSSH Discord</a>{" "} + to receive notifications when other players are looking for + opponents, or when it is your move in a game. + </li> + </div> + <div> + <li> Add a <Link to="/keys">public key</Link>, or{" "} <Link to="/password">set a password</Link>. </li> @@ -50,11 +58,14 @@ export const Home = () => { /> </div> <div> - <li>Finally, play chess!</li> - <p>Ideally, keeping the following contols in mind:</p> + <li> + Finally, play chess! Ideally, keeping the following contols in + mind: + </li> + <ul> <li>Ctrl + b / Escape to return to the main menu.</li> - <li>Ctrl + c / Ctrl + d to exit at any point.</li> + <li>Ctrl + c / Ctrl + d to exit CheSSH at any point.</li> <li>Arrow keys to move around the board.</li> <li> Select a piece with "enter", and move it to a square by pressing |