From 2cf61f26a0e5ef8b8e1d9b3935580acce2de4348 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 9 Aug 2023 20:35:25 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=90=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/inspector/UserActions.tsx | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/components/pages/inspector/UserActions.tsx b/components/pages/inspector/UserActions.tsx index fe6931d..484c63b 100644 --- a/components/pages/inspector/UserActions.tsx +++ b/components/pages/inspector/UserActions.tsx @@ -244,6 +244,32 @@ export function UserActions({ user, bot }: { user: User; bot?: Bot }) { + + + + + + + + Release the bees + + + Are you sure you want to send the bees? + + + + Cancel + toast({ title: "🐝" })}> + Send ‘em! + + + + +