diff --git a/src/components/ui/VnLinkPhone.vue b/src/components/ui/VnLinkPhone.vue index 490dd838e..a69cb4509 100644 --- a/src/components/ui/VnLinkPhone.vue +++ b/src/components/ui/VnLinkPhone.vue @@ -6,7 +6,7 @@ const props = defineProps({ }); const config = { - sip: { icon: 'phone_in_talk', href: `sip:${props.phoneNumber}` }, + sip: { icon: 'phone', href: `sip:${props.phoneNumber}` }, 'say-simple': { icon: 'help', // 'whatsapp', href: `https://verdnatura.saysimple.io/start-conversation?customerIdentity=%2B${props.phoneNumber}&channelId=${props.channel}`,