fix: refs #6818 use right icon
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-08 13:04:40 +01:00
parent a467c44b91
commit 3bae121ed7
1 changed files with 1 additions and 1 deletions

View File

@ -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}`,