This commit is contained in:
parent
a467c44b91
commit
3bae121ed7
|
@ -6,7 +6,7 @@ const props = defineProps({
|
||||||
});
|
});
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
sip: { icon: 'phone_in_talk', href: `sip:${props.phoneNumber}` },
|
sip: { icon: 'phone', href: `sip:${props.phoneNumber}` },
|
||||||
'say-simple': {
|
'say-simple': {
|
||||||
icon: 'help', // 'whatsapp',
|
icon: 'help', // 'whatsapp',
|
||||||
href: `https://verdnatura.saysimple.io/start-conversation?customerIdentity=%2B${props.phoneNumber}&channelId=${props.channel}`,
|
href: `https://verdnatura.saysimple.io/start-conversation?customerIdentity=%2B${props.phoneNumber}&channelId=${props.channel}`,
|
||||||
|
|
Loading…
Reference in New Issue