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", +});