We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3215171 commit 788e9ffCopy full SHA for 788e9ff
src/lib/common/LiveChatEntry.svelte
@@ -47,6 +47,14 @@
47
<div class="mb-3 float-end wave-effect" transition:fade={{ delay: 100, duration: 500 }}>
48
<button class="btn btn-transparent" on:click={() => openChatBox()}>
49
<img alt="live chat" class="avatar-md rounded-circle" src={PUBLIC_LIVECHAT_ENTRY_ICON} />
50
+ <iframe
51
+ src={chatUrl}
52
+ width="0px"
53
+ height="0px"
54
+ class={`border border-2 rounded-3 m-3 float-end chat-iframe`}
55
+ title="live chat"
56
+ id={CHAT_FRAME_ID}
57
+ />
58
</button>
59
</div>
60
{/if}
0 commit comments