From 46831314d1a588bd504ad0354e6a8758b72aff3a Mon Sep 17 00:00:00 2001 From: Ed L Date: Sat, 4 Sep 2021 23:34:44 +0100 Subject: [PATCH] add tooltip/help icon for bot id --- src/pages/settings/panes/MyBots.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/settings/panes/MyBots.tsx b/src/pages/settings/panes/MyBots.tsx index a524e9c1..b5127892 100644 --- a/src/pages/settings/panes/MyBots.tsx +++ b/src/pages/settings/panes/MyBots.tsx @@ -1,5 +1,5 @@ import { Key, Clipboard, Globe, Plus } from "@styled-icons/boxicons-regular"; -import { LockAlt } from "@styled-icons/boxicons-solid"; +import { LockAlt, HelpCircle } from "@styled-icons/boxicons-solid"; import type { AxiosError } from "axios"; import { observer } from "mobx-react-lite"; import { Bot } from "revolt-api/types/Bots"; @@ -175,6 +175,12 @@ function BotCard({ bot, onDelete, onUpdate }: Props) {
+ + }> + + }>