From 8d8a17877b910e8257a66f61af0678ee4d7c6df1 Mon Sep 17 00:00:00 2001 From: anish-work Date: Tue, 3 Sep 2024 20:45:19 +0530 Subject: [PATCH] revert main file code --- src/main.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 4f4553a..808cd9d 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,9 +1,8 @@ import GooeyEmbed from "src/lib.tsx"; -GooeyEmbed.mount({ target: "#popup", integration_id: "MqL", mode: "popup", }); -// GooeyEmbed.mount({ -// target: "#inline", -// integration_id: "Wdy", -// mode: "fullscreen", -// // disableConversations: true, -// }); +GooeyEmbed.mount({ target: "#popup", integration_id: "MqL", mode: "popup" }); +GooeyEmbed.mount({ + target: "#inline", + integration_id: "Wdy", + mode: "inline", +});