Chore: formatting

This commit is contained in:
Pieter Vander Vennet 2024-08-28 14:23:51 +02:00
parent 4168ef01e3
commit ac632206e9

View file

@ -175,17 +175,17 @@
"cs": "Jaké je telefonní číslo {title()}?"
},
"render": {
"special": {
"type": "link",
"href": "tel:{phone}",
"text": "{phone}"
}
"special": {
"type": "link",
"href": "tel:{phone}",
"text": "{phone}"
}
},
"icon": "./assets/layers/questions/phone.svg",
"mappings": [
{
"if": "contact:phone~*",
"then":{
"then": {
"special": {
"type": "link",
"href": "tel:{contact:phone}",