From 6ffe0ceb6e16d4f554266bceb1ee8fe4a3d6e0ad Mon Sep 17 00:00:00 2001 From: "Elizabeth (Lizzy) Hunt" Date: Mon, 20 Nov 2023 12:55:30 -0700 Subject: [PATCH] link to man pages in bots tab --- front/src/routes/bots.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/routes/bots.jsx b/front/src/routes/bots.jsx index c2f1565..7f60d61 100644 --- a/front/src/routes/bots.jsx +++ b/front/src/routes/bots.jsx @@ -1,6 +1,7 @@ import Modal from "react-modal"; import { useAuthContext } from "../context/auth_context"; import { useEffect, useState } from "react"; +import { Link } from "react-router-dom"; Modal.setAppElement("#root"); @@ -60,6 +61,9 @@ const BotButton = ({ onSave, givenBot }) => { return (
+