Skip to content

Commit

Permalink
revert main file code
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Sep 3, 2024
1 parent 52deb4e commit 8d8a178
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -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",
});

0 comments on commit 8d8a178

Please sign in to comment.