From d1445db8c7523fce6aae2dea05160162acb15a1c Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 12 Jan 2024 11:14:37 +0100 Subject: [PATCH] feat: added theme toggle 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 b4a530c..86c0207 100644 --- a/WebSocketClient/src/intro.ts +++ b/WebSocketClient/src/intro.ts @@ -19,6 +19,8 @@ export const initIntroJS = () => { 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: ".dropdown-wrapper", intro: 'Click here to load an UVL example from a list of different examples.' + }, { + element: "#theme-toggle", intro: 'Click here to change between light and dark mode.' }], });