From e504fbdf4a182cca354408ef82ce06040b2e1f3d Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 11 Jan 2024 16:22:52 +0100 Subject: [PATCH] feat: added examples to playground tour --- WebSocketClient/src/intro.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebSocketClient/src/intro.ts b/WebSocketClient/src/intro.ts index 73fd55c..b2a9cdf 100644 --- a/WebSocketClient/src/intro.ts +++ b/WebSocketClient/src/intro.ts @@ -17,6 +17,8 @@ export const initIntroJS = () => { element: "#separator", intro: 'You can change the size of the editor and the visualization with your mouse.' }, { element: "#uvl-tutorialButton", intro: 'If you are not familiar with UVL or need a little refresh, click here to get a quick tutorial of the language.' + }, { + element: "#example-dropdown", intro: 'Click here to load an UVL example from a list of different examples.' }], });