From a1caf25b255684362ee4bb72e3b55461636f5786 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Mon, 31 Oct 2022 22:24:25 +0800 Subject: [PATCH] feat: add footer tip --- src/widget/Popup/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/Popup/index.tsx b/src/widget/Popup/index.tsx index a82070a9..da91092b 100644 --- a/src/widget/Popup/index.tsx +++ b/src/widget/Popup/index.tsx @@ -66,6 +66,7 @@ const Index = ({ handleClose, hostId }: Props) => { Send + Powered by voce.chat ); };