summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--front/src/routes/bots.jsx14
1 files changed, 8 insertions, 6 deletions
diff --git a/front/src/routes/bots.jsx b/front/src/routes/bots.jsx
index 48f285a..157a3d0 100644
--- a/front/src/routes/bots.jsx
+++ b/front/src/routes/bots.jsx
@@ -61,12 +61,6 @@ const BotButton = ({ onSave, givenBot }) => {
return (
<div>
- <ul>
- <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
</button>
@@ -185,6 +179,14 @@ export const Bots = () => {
return (
<>
<h1>Bots</h1>
+ <div>
+ <ul>
+ <li>
+ It is Highly Recommend to peek at{" "}
+ <Link to="/man-pages">the man pages</Link>.
+ </li>
+ </ul>
+ </div>
<BotButton onSave={refreshBots} />
<div className="key-card-collection">