update format phone
This commit is contained in:
parent
034e739635
commit
18548abda7
|
|
@ -17,11 +17,15 @@
|
|||
"phones": [
|
||||
{
|
||||
"label": "AU",
|
||||
"numbers": [{ "display": "+61 2 8061 6886", "href": "tel:+61280616886" }]
|
||||
"numbers": [
|
||||
{ "display": "+61 (2) 8061 6886", "href": "tel:+61280616886" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "US",
|
||||
"numbers": [{ "display": "+1 7 4689 3350", "href": "tel:+1746893350" }]
|
||||
"numbers": [
|
||||
{ "display": "+1 (714) 689-3350", "href": "tel:+1714689-3350" }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue