diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-20 13:08:12 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-20 13:08:12 -0700 |
commit | 2b063d19cb98e82e74f8ebe95a8ab730a0285334 (patch) | |
tree | 9bc32dcfbfd74ab428532dc8d2cb7945b2f5b0e8 /front/src/routes/bots.jsx | |
parent | a4b89b6de436edbe907a095f867e57a0848a453e (diff) | |
download | chessh-2b063d19cb98e82e74f8ebe95a8ab730a0285334.tar.gz chessh-2b063d19cb98e82e74f8ebe95a8ab730a0285334.zip |
run formatter
Diffstat (limited to 'front/src/routes/bots.jsx')
-rw-r--r-- | front/src/routes/bots.jsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/front/src/routes/bots.jsx b/front/src/routes/bots.jsx index 7f60d61..48f285a 100644 --- a/front/src/routes/bots.jsx +++ b/front/src/routes/bots.jsx @@ -62,7 +62,10 @@ const BotButton = ({ onSave, givenBot }) => { return ( <div> <ul> - <li>It is Highly Recommend to peek at <Link to="/man-pages">the man pages</Link>.</li> + <li> + It is Highly Recommend to peek at{" "} + <Link to="/man-pages">the man pages</Link>. + </li> </ul> <button className="button" onClick={() => setOpen(true)}> {givenBot ? "Update" : "+ Add"} Bot |