diff options
| author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-29 16:28:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 16:28:27 -0700 |
| commit | eec32aa38a8762eccc8575a37a628bd5ae2cc1d0 (patch) | |
| tree | 27f656780f5d25325c9ac0ec3db3557d774bf414 /front/src/routes/man_pages.jsx | |
| parent | 8a5a2f358cb1f63a255b2daf6908536583986448 (diff) | |
| download | chessh-eec32aa38a8762eccc8575a37a628bd5ae2cc1d0.tar.gz chessh-eec32aa38a8762eccc8575a37a628bd5ae2cc1d0.zip | |
Bots (#23)
* squash all the things for bots
* fix warnings
* change colors a bit and README updates
* fix frontend warnings
Diffstat (limited to 'front/src/routes/man_pages.jsx')
| -rw-r--r-- | front/src/routes/man_pages.jsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/front/src/routes/man_pages.jsx b/front/src/routes/man_pages.jsx index ea03c2a..f904394 100644 --- a/front/src/routes/man_pages.jsx +++ b/front/src/routes/man_pages.jsx @@ -74,7 +74,11 @@ export const ManPages = () => { <li> In the "Previous Games" viewer, use "m" to show the game's move history in UCI notation (which you may convert to PGN{" "} - <a href="https://www.dcode.fr/uci-chess-notation" target="_blank"> + <a + href="https://www.dcode.fr/uci-chess-notation" + target="_blank" + rel="noreferrer" + > here </a> ). |
