mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-10 17:16:05 +00:00
chore: floating call button
This commit is contained in:
@@ -22,7 +22,13 @@ export default {
|
||||
<div
|
||||
class="inbox--name inline-flex items-center py-0.5 px-0 leading-3 whitespace-nowrap bg-none text-n-slate-11 text-xs my-0 mx-2.5"
|
||||
>
|
||||
<!-- Use i-ph- icons for phone specifically, and FluentIcon for others -->
|
||||
<span
|
||||
v-if="inbox.channel_type === 'Channel::Voice'"
|
||||
class="mr-0.5 rtl:ml-0.5 rtl:mr-0 i-ph-phone text-sm"
|
||||
></span>
|
||||
<fluent-icon
|
||||
v-else
|
||||
class="mr-0.5 rtl:ml-0.5 rtl:mr-0"
|
||||
:icon="computedInboxClass"
|
||||
size="12"
|
||||
|
||||
Reference in New Issue
Block a user