move man page label to Bots route rather than BotButton lol
This commit is contained in:
parent
87954f6ddc
commit
7596482be7
@ -61,12 +61,6 @@ const BotButton = ({ onSave, givenBot }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<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)}>
|
<button className="button" onClick={() => setOpen(true)}>
|
||||||
{givenBot ? "Update" : "+ Add"} Bot
|
{givenBot ? "Update" : "+ Add"} Bot
|
||||||
</button>
|
</button>
|
||||||
@ -185,6 +179,14 @@ export const Bots = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1>Bots</h1>
|
<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} />
|
<BotButton onSave={refreshBots} />
|
||||||
|
|
||||||
<div className="key-card-collection">
|
<div className="key-card-collection">
|
||||||
|
Loading…
Reference in New Issue
Block a user