emile 9 months ago
parent f687b46777
commit 0a59ce2b10

Binary file not shown.

@ -52,8 +52,7 @@
</div>
<div
class="w-full bg-gray-50 px-3 py-2 rounded-r-3xl rounded-tl-3xl text-secondosiblue text-sm leading-7 bg-opacity-50 shadow-md border border-gray-100">
<p>Hello {{chat_room.chatroomguest.name}}, the support department is notified about your request
to start a conversation. It usually takes few minutes for you to receieve a reply.</p>
<p>Hello {{chat_room.chatroomguest.name}}, thank you for contacting us. Please bear with us while we connect you with the next available agent as soon as possible.</p>
</div>
</div>

@ -12,13 +12,13 @@
</div>
</div>
<div
class="w-full bg-gray-50 px-3 py-2 rounded-r-3xl rounded-tl-3xl text-secondosiblue text-sm leading-6 bg-opacity-50 shadow-md border border-gray-100">
class="w-fit bg-gray-50 px-3 py-2 rounded-r-3xl rounded-tl-3xl text-secondosiblue text-sm leading-6 bg-opacity-50 shadow-md border border-gray-100">
<p class="break-all">{{chat_message.content}}</p>
</div>
</div>
{% else %}
<div
class="w-fit px-3 py-2 rounded-l-3xl rounded-tr-3xl text-white shadow-md text-sm leading-6 bg-opacity-70 bg-osiblue fade-in-up">
class="w-fit px-3 py-2 rounded-l-3xl rounded-tr-3xl text-white shadow-md text-sm leading-6 bg-opacity-70 bg-osiblue fade-in-up self-start">
<p class="break-all">{{chat_message.content}}</p>
</div>
{% endif %}

Loading…
Cancel
Save