summaryrefslogtreecommitdiff
path: root/front/src/routes/bots.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/routes/bots.jsx')
-rw-r--r--front/src/routes/bots.jsx5
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