diff --git a/web/components/kefu/chat-shell.tsx b/web/components/kefu/chat-shell.tsx index a88f8f7..7a2dbbd 100644 --- a/web/components/kefu/chat-shell.tsx +++ b/web/components/kefu/chat-shell.tsx @@ -31,6 +31,7 @@ import { } from "@/lib/kefu-host-bridge" import { useKefuChatStore } from "@/lib/stores/kefu-chat" import { Button } from "@/components/ui/button" +import { ButtonGroup } from "@/components/ui/button-group" import { Dialog, DialogContent, @@ -252,60 +253,60 @@ export function KefuChatShell() { {status !== "connected" ? ( ) : null} -
+ {showHostActions ? ( ) : null} {showHostActions ? ( ) : null} -
+