From d277c2c2793349e1755b9f23dcb867da03406e95 Mon Sep 17 00:00:00 2001 From: Zane V Date: Fri, 20 Mar 2026 18:49:25 +0000 Subject: [PATCH] Move "What's New" button --- .../resources/views/main-menu-verbal.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json index 07816616..101e58c7 100644 --- a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json +++ b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json @@ -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", @@ -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" - } - } - } - } } ] }