Skip to content

Commit

Permalink
chore: add ""
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorosanelli committed Nov 29, 2024
1 parent 742088a commit 62e2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Element/ChatbotShare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p class="text-lg">Per aggiungere il tuo chatbot ovunque nel tuo sito, aggiungi questo iframe al tuo html:</p>
<code ref="codeArea" class="w-full flex-1 bg-slate-300 p-2 rounded-md">
&lt;iframe<br />
&emsp;&emsp;src={{ iframeSrc }} <br />
&emsp;&emsp;src="{{ iframeSrc }}" <br />
&emsp;&emsp;style="height: 30rem; width: 24rem" <br />
&gt;<br />
&lt;/iframe&gt;
Expand Down

0 comments on commit 62e2fc5

Please sign in to comment.