Move "What's New" button

This commit is contained in:
2026-03-20 18:49:25 +00:00
parent 12959cb763
commit d277c2c279

View File

@@ -24,6 +24,23 @@
} }
} }
} }
},
{
"id": "new",
"label": "What's new",
"colors": ["0xFF892F", "0xAF4123"],
"iconSrc": "resources/icons/tips.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "new"
}
}
}
}
}, },
{ {
"id": "introduction", "id": "introduction",
@@ -228,23 +245,6 @@
} }
} }
} }
},
{
"id": "new",
"label": "What's new",
"colors": ["0xFF892F", "0xAF4123"],
"iconSrc": "resources/icons/tips.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "new"
}
}
}
}
} }
] ]
} }