From 7596482be7bee64b3ea0a98004a8978baaa0a79d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 20 Nov 2023 13:22:33 -0700 Subject: [PATCH] move man page label to Bots route rather than BotButton lol --- front/src/routes/bots.jsx | 14 ++++++++------ 1 file 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 (
- @@ -185,6 +179,14 @@ export const Bots = () => { return ( <>

Bots

+
+
    +
  • + It is Highly Recommend to peek at{" "} + the man pages. +
  • +
+