update format phone

This commit is contained in:
Admin 2026-05-26 07:46:38 +07:00
parent 034e739635
commit 18548abda7
1 changed files with 6 additions and 2 deletions

View File

@ -17,11 +17,15 @@
"phones": [ "phones": [
{ {
"label": "AU", "label": "AU",
"numbers": [{ "display": "+61 2 8061 6886", "href": "tel:+61280616886" }] "numbers": [
{ "display": "+61 (2) 8061 6886", "href": "tel:+61280616886" }
]
}, },
{ {
"label": "US", "label": "US",
"numbers": [{ "display": "+1 7 4689 3350", "href": "tel:+1746893350" }] "numbers": [
{ "display": "+1 (714) 689-3350", "href": "tel:+1714689-3350" }
]
} }
], ],